Html Css Color HEX #B08481 Brandy Rose

📋 copy color: '#B08481'

red 176 ◦ green 132 ◦ blue 129

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

Shades of Brandy Rose #B08481

Tints of Brandy Rose #B08481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.21%

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 40.27%
G = 30.21%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B08481 (or 0xB08481) is known color: Brandy Rose. HEX triplet: B0, 84 and 81. RGB value is (176,132,129). Sum of RGB (Red+Green+Blue) = 176+132+129=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B08481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08481 is #4F7B7E. Grayscale: #909090. Windows color (decimal): -5208959 or 8488112. OLE color: 8488112.

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

Color convert

RGB 176 132 129 -
CMYK 0 0.25 0.27 0.31
HSL 3.83º 0.23% 0.6% -
HSV(B) 3.83º 0.27% 0.69% -
XYZ 30.12 27.32 24.45 -
YUV 144.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 176 132 129 0 0.25 0.27 0.31 3.83 0.23 0.6
Hex B0 84 81 0 19 1B 1F 4 17 3C
Octal 260 204 201 0 31 33 37 4 27 74
Binary 10110000 10000100 10000001 0 11001 11011 11111 100 10111 111100

Color Harmonies of #B08481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08481

Black with #B08481

Text Example


Text Example

White with #B08481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08481; }

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

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

background-color css

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

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

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

border-color css

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

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

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