Html Css Color HEX #BBA88A Pavlova

📋 copy color: '#BBA88A'

red 187 ◦ green 168 ◦ blue 138

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

Shades of Pavlova #BBA88A

Tints of Pavlova #BBA88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.08%

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

R = 37.93%
G = 34.08%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBA88A (or 0xBBA88A) is known color: Pavlova. HEX triplet: BB, A8 and 8A. RGB value is (187,168,138). Sum of RGB (Red+Green+Blue) = 187+168+138=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA88A is #445775. Grayscale: #AAAAAA. Windows color (decimal): -4478838 or 9087163. OLE color: 9087163.

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

Color convert

RGB 187 168 138 -
CMYK 0 0.10 0.26 0.27
HSL 36.73º 0.26% 0.64% -
HSV(B) 36.73º 0.26% 0.73% -
XYZ 39.08 40.41 29.78 -
YUV 170.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 187 168 138 0 0.10 0.26 0.27 36.73 0.26 0.64
Hex BB A8 8A 0 A 1A 1B 25 1A 40
Octal 273 250 212 0 12 32 33 45 32 100
Binary 10111011 10101000 10001010 0 1010 11010 11011 100101 11010 1000000

Color Harmonies of #BBA88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA88A

Black with #BBA88A

Text Example


Text Example

White with #BBA88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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