Html Css Color HEX #B08373 Brandy Rose

📋 copy color: '#B08373'

red 176 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #B08373

Tints of Brandy Rose #B08373

RGB

 RED value IS 176 (69.14% from 255) = 41.71%

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

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

R = 41.71%
G = 31.04%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B08373 (or 0xB08373) is known color: Brandy Rose. HEX triplet: B0, 83 and 73. RGB value is (176,131,115). Sum of RGB (Red+Green+Blue) = 176+131+115=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B08373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08373 is #4F7C8C. Grayscale: #8E8E8E. Windows color (decimal): -5209229 or 7570352. OLE color: 7570352.

HSL color Cylindrical-coordinate representation of color #B08373: hue angle of 15.74º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08373 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 131 115 -
CMYK 0 0.26 0.35 0.31
HSL 15.74º 0.28% 0.57% -
HSV(B) 15.74º 0.35% 0.69% -
XYZ 29.12 26.7 19.84 -
YUV 142.63 112.41 151.8 -
System Red Green Blue C M Y K H S L
Decimal 176 131 115 0 0.26 0.35 0.31 15.74 0.28 0.57
Hex B0 83 73 0 1A 23 1F 10 1C 39
Octal 260 203 163 0 32 43 37 20 34 71
Binary 10110000 10000011 1110011 0 11010 100011 11111 10000 11100 111001

Color Harmonies of #B08373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08373

Black with #B08373

Text Example


Text Example

White with #B08373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08373; }

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

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

background-color css

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

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

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

border-color css

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

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

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