Html Css Color HEX #BBAC8C Pavlova

📋 copy color: '#BBAC8C'

red 187 ◦ green 172 ◦ blue 140

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

Shades of Pavlova #BBAC8C

Tints of Pavlova #BBAC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 37.47%
G = 34.47%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBAC8C (or 0xBBAC8C) is known color: Pavlova. HEX triplet: BB, AC and 8C. RGB value is (187,172,140). Sum of RGB (Red+Green+Blue) = 187+172+140=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC8C is #445373. Grayscale: #ACACAC. Windows color (decimal): -4477812 or 9219259. OLE color: 9219259.

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

Color convert

RGB 187 172 140 -
CMYK 0 0.08 0.25 0.27
HSL 40.85º 0.26% 0.64% -
HSV(B) 40.85º 0.25% 0.73% -
XYZ 39.98 41.96 30.8 -
YUV 172.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 187 172 140 0 0.08 0.25 0.27 40.85 0.26 0.64
Hex BB AC 8C 0 8 19 1B 29 1A 40
Octal 273 254 214 0 10 31 33 51 32 100
Binary 10111011 10101100 10001100 0 1000 11001 11011 101001 11010 1000000

Color Harmonies of #BBAC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC8C

Black with #BBAC8C

Text Example


Text Example

White with #BBAC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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