Html Css Color HEX #B08A80 Brandy Rose

📋 copy color: '#B08A80'

red 176 ◦ green 138 ◦ blue 128

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

Shades of Brandy Rose #B08A80

Tints of Brandy Rose #B08A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.22%

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

R = 39.82%
G = 31.22%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B08A80 (or 0xB08A80) is known color: Brandy Rose. HEX triplet: B0, 8A and 80. RGB value is (176,138,128). Sum of RGB (Red+Green+Blue) = 176+138+128=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 138 (54.30% from 255 or 31.22% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08A80 is #4F757F. Grayscale: #949494. Windows color (decimal): -5207424 or 8424112. OLE color: 8424112.

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

Color convert

RGB 176 138 128 -
CMYK 0 0.22 0.27 0.31
HSL 12.5º 0.23% 0.6% -
HSV(B) 12.5º 0.27% 0.69% -
XYZ 30.89 28.97 24.38 -
YUV 148.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 176 138 128 0 0.22 0.27 0.31 12.5 0.23 0.6
Hex B0 8A 80 0 16 1B 1F C 17 3C
Octal 260 212 200 0 26 33 37 14 27 74
Binary 10110000 10001010 10000000 0 10110 11011 11111 1100 10111 111100

Color Harmonies of #B08A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A80

Black with #B08A80

Text Example


Text Example

White with #B08A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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