Html Css Color HEX #BBAC8B Pavlova

📋 copy color: '#BBAC8B'

red 187 ◦ green 172 ◦ blue 139

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

Shades of Pavlova #BBAC8B

Tints of Pavlova #BBAC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 37.55%
G = 34.54%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBAC8B (or 0xBBAC8B) is known color: Pavlova. HEX triplet: BB, AC and 8B. RGB value is (187,172,139). Sum of RGB (Red+Green+Blue) = 187+172+139=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC8B is #445374. Grayscale: #ACACAC. Windows color (decimal): -4477813 or 9153723. OLE color: 9153723.

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

Color convert

RGB 187 172 139 -
CMYK 0 0.08 0.26 0.27
HSL 41.25º 0.26% 0.64% -
HSV(B) 41.25º 0.26% 0.73% -
XYZ 39.91 41.93 30.42 -
YUV 172.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 187 172 139 0 0.08 0.26 0.27 41.25 0.26 0.64
Hex BB AC 8B 0 8 1A 1B 29 1A 40
Octal 273 254 213 0 10 32 33 51 32 100
Binary 10111011 10101100 10001011 0 1000 11010 11011 101001 11010 1000000

Color Harmonies of #BBAC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC8B

Black with #BBAC8B

Text Example


Text Example

White with #BBAC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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