Html Css Color HEX #B08381 Brandy Rose

📋 copy color: '#B08381'

red 176 ◦ green 131 ◦ blue 129

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

Shades of Brandy Rose #B08381

Tints of Brandy Rose #B08381

RGB

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

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

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

R = 40.37%
G = 30.05%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B08381 (or 0xB08381) is known color: Brandy Rose. HEX triplet: B0, 83 and 81. RGB value is (176,131,129). Sum of RGB (Red+Green+Blue) = 176+131+129=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B08381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08381 is #4F7C7E. Grayscale: #909090. Windows color (decimal): -5209215 or 8487856. OLE color: 8487856.

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

Color convert

RGB 176 131 129 -
CMYK 0 0.26 0.27 0.31
HSL 2.55º 0.23% 0.6% -
HSV(B) 2.55º 0.27% 0.69% -
XYZ 29.98 27.05 24.41 -
YUV 144.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 176 131 129 0 0.26 0.27 0.31 2.55 0.23 0.6
Hex B0 83 81 0 1A 1B 1F 3 17 3C
Octal 260 203 201 0 32 33 37 3 27 74
Binary 10110000 10000011 10000001 0 11010 11011 11111 11 10111 111100

Color Harmonies of #B08381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08381

Black with #B08381

Text Example


Text Example

White with #B08381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08381; }

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

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

background-color css

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

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

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

border-color css

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

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

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