Html Css Color HEX #BBAC82 Pavlova

📋 copy color: '#BBAC82'

red 187 ◦ green 172 ◦ blue 130

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

Shades of Pavlova #BBAC82

Tints of Pavlova #BBAC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 38.24%
G = 35.17%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BBAC82 (or 0xBBAC82) is known color: Pavlova. HEX triplet: BB, AC and 82. RGB value is (187,172,130). Sum of RGB (Red+Green+Blue) = 187+172+130=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC82 is #44537D. Grayscale: #ABABAB. Windows color (decimal): -4477822 or 8563899. OLE color: 8563899.

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

Color convert

RGB 187 172 130 -
CMYK 0 0.08 0.30 0.27
HSL 44.21º 0.3% 0.62% -
HSV(B) 44.21º 0.3% 0.73% -
XYZ 39.28 41.68 27.09 -
YUV 171.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 187 172 130 0 0.08 0.30 0.27 44.21 0.3 0.62
Hex BB AC 82 0 8 1E 1B 2C 1E 3E
Octal 273 254 202 0 10 36 33 54 36 76
Binary 10111011 10101100 10000010 0 1000 11110 11011 101100 11110 111110

Color Harmonies of #BBAC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC82

Black with #BBAC82

Text Example


Text Example

White with #BBAC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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