Html Css Color HEX #B08180 Brandy Rose

📋 copy color: '#B08180'

red 176 ◦ green 129 ◦ blue 128

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

Shades of Brandy Rose #B08180

Tints of Brandy Rose #B08180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.79%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 40.65%
G = 29.79%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B08180 (or 0xB08180) is known color: Brandy Rose. HEX triplet: B0, 81 and 80. RGB value is (176,129,128). Sum of RGB (Red+Green+Blue) = 176+129+128=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B08180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08180 is #4F7E7F. Grayscale: #8E8E8E. Windows color (decimal): -5209728 or 8421808. OLE color: 8421808.

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

Color convert

RGB 176 129 128 -
CMYK 0 0.27 0.27 0.31
HSL 1.25º 0.23% 0.6% -
HSV(B) 1.25º 0.27% 0.69% -
XYZ 29.65 26.49 23.97 -
YUV 142.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 176 129 128 0 0.27 0.27 0.31 1.25 0.23 0.6
Hex B0 81 80 0 1B 1B 1F 1 17 3C
Octal 260 201 200 0 33 33 37 1 27 74
Binary 10110000 10000001 10000000 0 11011 11011 11111 1 10111 111100

Color Harmonies of #B08180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08180

Black with #B08180

Text Example


Text Example

White with #B08180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08180; }

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

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

background-color css

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

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

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

border-color css

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

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

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