Html Css Color HEX #BBAC80 Pavlova

📋 copy color: '#BBAC80'

red 187 ◦ green 172 ◦ blue 128

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

Shades of Pavlova #BBAC80

Tints of Pavlova #BBAC80

RGB

 RED value IS 187 (73.44% from 255) = 38.4%

 GREEN value IS 172 (67.58% from 255) = 35.32%

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

R = 38.4%
G = 35.32%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBAC80 (or 0xBBAC80) is known color: Pavlova. HEX triplet: BB, AC and 80. RGB value is (187,172,128). Sum of RGB (Red+Green+Blue) = 187+172+128=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC80 is #44537F. Grayscale: #ABABAB. Windows color (decimal): -4477824 or 8432827. OLE color: 8432827.

HSL color Cylindrical-coordinate representation of color #BBAC80: hue angle of 44.75º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBAC80 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 172 128 -
CMYK 0 0.08 0.32 0.27
HSL 44.75º 0.3% 0.62% -
HSV(B) 44.75º 0.32% 0.73% -
XYZ 39.14 41.63 26.39 -
YUV 171.47 103.47 139.08 -
System Red Green Blue C M Y K H S L
Decimal 187 172 128 0 0.08 0.32 0.27 44.75 0.3 0.62
Hex BB AC 80 0 8 20 1B 2D 1E 3E
Octal 273 254 200 0 10 40 33 55 36 76
Binary 10111011 10101100 10000000 0 1000 100000 11011 101101 11110 111110

Color Harmonies of #BBAC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC80

Black with #BBAC80

Text Example


Text Example

White with #BBAC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC80; }

 p { color: rgb(187,172,128); }

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

background-color css

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

 a { background-color: rgb(187,172,128); }

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

border-color css

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

 span { border-color: rgb(187,172,128); }

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