Html Css Color HEX #BBAC8A Pavlova

📋 copy color: '#BBAC8A'

red 187 ◦ green 172 ◦ blue 138

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

Shades of Pavlova #BBAC8A

Tints of Pavlova #BBAC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.77%

R = 37.63%
G = 34.61%
B = 27.77%

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

#BBAC8A (or 0xBBAC8A) is known color: Pavlova. HEX triplet: BB, AC and 8A. RGB value is (187,172,138). Sum of RGB (Red+Green+Blue) = 187+172+138=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 172 (67.58% from 255 or 34.61% from 497); Blue value is 138 (54.30% from 255 or 27.77% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC8A is #445375. Grayscale: #ACACAC. Windows color (decimal): -4477814 or 9088187. OLE color: 9088187.

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

Color convert

RGB 187 172 138 -
CMYK 0 0.08 0.26 0.27
HSL 41.63º 0.26% 0.64% -
HSV(B) 41.63º 0.26% 0.73% -
XYZ 39.83 41.9 30.03 -
YUV 172.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 187 172 138 0 0.08 0.26 0.27 41.63 0.26 0.64
Hex BB AC 8A 0 8 1A 1B 2A 1A 40
Octal 273 254 212 0 10 32 33 52 32 100
Binary 10111011 10101100 10001010 0 1000 11010 11011 101010 11010 1000000

Color Harmonies of #BBAC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC8A

Black with #BBAC8A

Text Example


Text Example

White with #BBAC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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