Html Css Color HEX #B08C82 Brandy Rose

📋 copy color: '#B08C82'

red 176 ◦ green 140 ◦ blue 130

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

Shades of Brandy Rose #B08C82

Tints of Brandy Rose #B08C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.39%

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

R = 39.46%
G = 31.39%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B08C82 (or 0xB08C82) is known color: Brandy Rose. HEX triplet: B0, 8C and 82. RGB value is (176,140,130). Sum of RGB (Red+Green+Blue) = 176+140+130=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 130 (51.17% from 255 or 29.15% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08C82 is #4F737D. Grayscale: #959595. Windows color (decimal): -5206910 or 8555696. OLE color: 8555696.

HSL color Cylindrical-coordinate representation of color #B08C82: hue angle of 13.04º 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 #B08C82 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 140 130 -
CMYK 0 0.20 0.26 0.31
HSL 13.04º 0.23% 0.6% -
HSV(B) 13.04º 0.26% 0.69% -
XYZ 31.31 29.6 25.18 -
YUV 149.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 176 140 130 0 0.20 0.26 0.31 13.04 0.23 0.6
Hex B0 8C 82 0 14 1A 1F D 17 3C
Octal 260 214 202 0 24 32 37 15 27 74
Binary 10110000 10001100 10000010 0 10100 11010 11111 1101 10111 111100

Color Harmonies of #B08C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08C82

Black with #B08C82

Text Example


Text Example

White with #B08C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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