Html Css Color HEX #B08370 Brandy Rose

📋 copy color: '#B08370'

red 176 ◦ green 131 ◦ blue 112

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

Shades of Brandy Rose #B08370

Tints of Brandy Rose #B08370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 42%
G = 31.26%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B08370 (or 0xB08370) is known color: Brandy Rose. HEX triplet: B0, 83 and 70. RGB value is (176,131,112). Sum of RGB (Red+Green+Blue) = 176+131+112=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B08370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08370 is #4F7C8F. Grayscale: #8E8E8E. Windows color (decimal): -5209232 or 7373744. OLE color: 7373744.

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

Color convert

RGB 176 131 112 -
CMYK 0 0.26 0.36 0.31
HSL 17.81º 0.29% 0.56% -
HSV(B) 17.81º 0.36% 0.69% -
XYZ 28.95 26.63 18.94 -
YUV 142.29 110.91 152.04 -
System Red Green Blue C M Y K H S L
Decimal 176 131 112 0 0.26 0.36 0.31 17.81 0.29 0.56
Hex B0 83 70 0 1A 24 1F 12 1D 38
Octal 260 203 160 0 32 44 37 22 35 70
Binary 10110000 10000011 1110000 0 11010 100100 11111 10010 11101 111000

Color Harmonies of #B08370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08370

Black with #B08370

Text Example


Text Example

White with #B08370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08370; }

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

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

background-color css

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

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

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

border-color css

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

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

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