Html Css Color HEX #B08377 Brandy Rose

📋 copy color: '#B08377'

red 176 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #B08377

Tints of Brandy Rose #B08377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.93%

R = 41.31%
G = 30.75%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B08377 (or 0xB08377) is known color: Brandy Rose. HEX triplet: B0, 83 and 77. RGB value is (176,131,119). Sum of RGB (Red+Green+Blue) = 176+131+119=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B08377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08377 is #4F7C88. Grayscale: #8F8F8F. Windows color (decimal): -5209225 or 7832496. OLE color: 7832496.

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

Color convert

RGB 176 131 119 -
CMYK 0 0.26 0.32 0.31
HSL 12.63º 0.27% 0.58% -
HSV(B) 12.63º 0.32% 0.69% -
XYZ 29.35 26.79 21.08 -
YUV 143.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 176 131 119 0 0.26 0.32 0.31 12.63 0.27 0.58
Hex B0 83 77 0 1A 20 1F D 1B 3A
Octal 260 203 167 0 32 40 37 15 33 72
Binary 10110000 10000011 1110111 0 11010 100000 11111 1101 11011 111010

Color Harmonies of #B08377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08377

Black with #B08377

Text Example


Text Example

White with #B08377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08377; }

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

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

background-color css

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

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

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

border-color css

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

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

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