Html Css Color HEX #B08884 Brandy Rose

📋 copy color: '#B08884'

red 176 ◦ green 136 ◦ blue 132

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

Shades of Brandy Rose #B08884

Tints of Brandy Rose #B08884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

 BLUE value IS 132 (51.95% from 255) = 29.73%

R = 39.64%
G = 30.63%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B08884 (or 0xB08884) is known color: Brandy Rose. HEX triplet: B0, 88 and 84. RGB value is (176,136,132). Sum of RGB (Red+Green+Blue) = 176+136+132=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B08884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08884 is #4F777B. Grayscale: #939393. Windows color (decimal): -5207932 or 8685744. OLE color: 8685744.

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

Color convert

RGB 176 136 132 -
CMYK 0 0.23 0.25 0.31
HSL 5.45º 0.22% 0.6% -
HSV(B) 5.45º 0.25% 0.69% -
XYZ 30.87 28.5 25.7 -
YUV 147.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 176 136 132 0 0.23 0.25 0.31 5.45 0.22 0.6
Hex B0 88 84 0 17 19 1F 5 16 3C
Octal 260 210 204 0 27 31 37 5 26 74
Binary 10110000 10001000 10000100 0 10111 11001 11111 101 10110 111100

Color Harmonies of #B08884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08884

Black with #B08884

Text Example


Text Example

White with #B08884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08884; }

 p { color: rgb(176,136,132); }

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

background-color css

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

 a { background-color: rgb(176,136,132); }

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

border-color css

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

 span { border-color: rgb(176,136,132); }

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