Html Css Color HEX #B38375 Brandy Rose

📋 copy color: '#B38375'

red 179 ◦ green 131 ◦ blue 117

#B38375
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B38375

Tints of Brandy Rose #B38375

RGB

 RED value IS 179 (70.31% from 255) = 41.92%

 GREEN value IS 131 (51.56% from 255) = 30.68%

 BLUE value IS 117 (46.09% from 255) = 27.4%

R = 41.92%
G = 30.68%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B38375 (or 0xB38375) is known color: Brandy Rose. HEX triplet: B3, 83 and 75. RGB value is (179,131,117). Sum of RGB (Red+Green+Blue) = 179+131+117=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 117 (46.09% from 255 or 27.40% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B38375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38375 is #4C7C8A. Grayscale: #8F8F8F. Windows color (decimal): -5012619 or 7701427. OLE color: 7701427.

HSL color Cylindrical-coordinate representation of color #B38375: hue angle of 13.55º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B38375 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 131 117 -
CMYK 0 0.27 0.35 0.30
HSL 13.55º 0.29% 0.58% -
HSV(B) 13.55º 0.35% 0.7% -
XYZ 29.92 27.1 20.48 -
YUV 143.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 179 131 117 0 0.27 0.35 0.30 13.55 0.29 0.58
Hex B3 83 75 0 1B 23 1E E 1D 3A
Octal 263 203 165 0 33 43 36 16 35 72
Binary 10110011 10000011 1110101 0 11011 100011 11110 1110 11101 111010

Color Harmonies of #B38375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38375

Black with #B38375

Text Example


Text Example

White with #B38375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38375; }

 p { color: rgb(179,131,117); }

 H1.HeaderClassName
 {
   color: #B38375;
 }
 .AnyTagClassName
 {
   color: #B38375;
 }
</style>

background-color css

<style>
 a { background-color: #B38375; }

 a { background-color: rgb(179,131,117); }

 div.DivClassName
 {
   background-color: #B38375;
 }
 .BgClassName
 {
   background-color: #B38375;
 }
</style>

border-color css

<style>
 span { border-color: #B38375; }

 span { border-color: rgb(179,131,117); }

 td.TdClassName
 {
   border-color: #B38375;
 }
 .TagClassName
 {
   border-color: #B38375;
 }
</style>