Html Css Color HEX #BBA68B Pavlova

📋 copy color: '#BBA68B'

red 187 ◦ green 166 ◦ blue 139

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

Shades of Pavlova #BBA68B

Tints of Pavlova #BBA68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.74%

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

R = 38.01%
G = 33.74%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BBA68B (or 0xBBA68B) is known color: Pavlova. HEX triplet: BB, A6 and 8B. RGB value is (187,166,139). Sum of RGB (Red+Green+Blue) = 187+166+139=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA68B is #445974. Grayscale: #A9A9A9. Windows color (decimal): -4479349 or 9152187. OLE color: 9152187.

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

Color convert

RGB 187 166 139 -
CMYK 0 0.11 0.26 0.27
HSL 33.75º 0.26% 0.64% -
HSV(B) 33.75º 0.26% 0.73% -
XYZ 38.79 39.7 30.04 -
YUV 169.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 187 166 139 0 0.11 0.26 0.27 33.75 0.26 0.64
Hex BB A6 8B 0 B 1A 1B 22 1A 40
Octal 273 246 213 0 13 32 33 42 32 100
Binary 10111011 10100110 10001011 0 1011 11010 11011 100010 11010 1000000

Color Harmonies of #BBA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA68B

Black with #BBA68B

Text Example


Text Example

White with #BBA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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