Html Css Color HEX #B08375 Brandy Rose

📋 copy color: '#B08375'

red 176 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #B08375

Tints of Brandy Rose #B08375

RGB

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

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

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

R = 41.51%
G = 30.9%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B08375 (or 0xB08375) is known color: Brandy Rose. HEX triplet: B0, 83 and 75. RGB value is (176,131,117). Sum of RGB (Red+Green+Blue) = 176+131+117=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08375 is #4F7C8A. Grayscale: #8E8E8E. Windows color (decimal): -5209227 or 7701424. OLE color: 7701424.

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

Color convert

RGB 176 131 117 -
CMYK 0 0.26 0.34 0.31
HSL 14.24º 0.27% 0.57% -
HSV(B) 14.24º 0.34% 0.69% -
XYZ 29.23 26.75 20.45 -
YUV 142.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 176 131 117 0 0.26 0.34 0.31 14.24 0.27 0.57
Hex B0 83 75 0 1A 22 1F E 1B 39
Octal 260 203 165 0 32 42 37 16 33 71
Binary 10110000 10000011 1110101 0 11010 100010 11111 1110 11011 111001

Color Harmonies of #B08375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08375

Black with #B08375

Text Example


Text Example

White with #B08375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08375; }

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

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

background-color css

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

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

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

border-color css

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

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

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