Html Css Color HEX #B38373 Brandy Rose

📋 copy color: '#B38373'

red 179 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #B38373

Tints of Brandy Rose #B38373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.06%

R = 42.12%
G = 30.82%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B38373 (or 0xB38373) is known color: Brandy Rose. HEX triplet: B3, 83 and 73. RGB value is (179,131,115). Sum of RGB (Red+Green+Blue) = 179+131+115=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B38373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38373 is #4C7C8C. Grayscale: #8F8F8F. Windows color (decimal): -5012621 or 7570355. OLE color: 7570355.

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

Color convert

RGB 179 131 115 -
CMYK 0 0.27 0.36 0.30
HSL 15º 0.3% 0.58% -
HSV(B) 15º 0.36% 0.7% -
XYZ 29.8 27.05 19.87 -
YUV 143.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 179 131 115 0 0.27 0.36 0.30 15 0.3 0.58
Hex B3 83 73 0 1B 24 1E F 1E 3A
Octal 263 203 163 0 33 44 36 17 36 72
Binary 10110011 10000011 1110011 0 11011 100100 11110 1111 11110 111010

Color Harmonies of #B38373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38373

Black with #B38373

Text Example


Text Example

White with #B38373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38373; }

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

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

background-color css

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

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

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

border-color css

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

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

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