Html Css Color HEX #B08B82 Brandy Rose

📋 copy color: '#B08B82'

red 176 ◦ green 139 ◦ blue 130

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

Shades of Brandy Rose #B08B82

Tints of Brandy Rose #B08B82

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

 BLUE value IS 130 (51.17% from 255) = 29.21%

R = 39.55%
G = 31.24%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B08B82 (or 0xB08B82) is known color: Brandy Rose. HEX triplet: B0, 8B and 82. RGB value is (176,139,130). Sum of RGB (Red+Green+Blue) = 176+139+130=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B08B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08B82 is #4F747D. Grayscale: #959595. Windows color (decimal): -5207166 or 8555440. OLE color: 8555440.

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

Color convert

RGB 176 139 130 -
CMYK 0 0.21 0.26 0.31
HSL 11.74º 0.23% 0.6% -
HSV(B) 11.74º 0.26% 0.69% -
XYZ 31.17 29.31 25.13 -
YUV 149.04 117.26 147.23 -
System Red Green Blue C M Y K H S L
Decimal 176 139 130 0 0.21 0.26 0.31 11.74 0.23 0.6
Hex B0 8B 82 0 15 1A 1F C 17 3C
Octal 260 213 202 0 25 32 37 14 27 74
Binary 10110000 10001011 10000010 0 10101 11010 11111 1100 10111 111100

Color Harmonies of #B08B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08B82

Black with #B08B82

Text Example


Text Example

White with #B08B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08B82; }

 p { color: rgb(176,139,130); }

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

background-color css

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

 a { background-color: rgb(176,139,130); }

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

border-color css

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

 span { border-color: rgb(176,139,130); }

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