Html Css Color HEX #BBA97C Pavlova

📋 copy color: '#BBA97C'

red 187 ◦ green 169 ◦ blue 124

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

Shades of Pavlova #BBA97C

Tints of Pavlova #BBA97C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 38.96%
G = 35.21%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBA97C (or 0xBBA97C) is known color: Pavlova. HEX triplet: BB, A9 and 7C. RGB value is (187,169,124). Sum of RGB (Red+Green+Blue) = 187+169+124=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA97C is #445683. Grayscale: #A9A9A9. Windows color (decimal): -4478596 or 8169915. OLE color: 8169915.

HSL color Cylindrical-coordinate representation of color #BBA97C: hue angle of 42.86º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA97C is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 124 -
CMYK 0 0.10 0.34 0.27
HSL 42.86º 0.32% 0.61% -
HSV(B) 42.86º 0.34% 0.73% -
XYZ 38.32 40.4 24.85 -
YUV 169.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 187 169 124 0 0.10 0.34 0.27 42.86 0.32 0.61
Hex BB A9 7C 0 A 22 1B 2B 20 3D
Octal 273 251 174 0 12 42 33 53 40 75
Binary 10111011 10101001 1111100 0 1010 100010 11011 101011 100000 111101

Color Harmonies of #BBA97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA97C

Black with #BBA97C

Text Example


Text Example

White with #BBA97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA97C; }

 p { color: rgb(187,169,124); }

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

background-color css

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

 a { background-color: rgb(187,169,124); }

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

border-color css

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

 span { border-color: rgb(187,169,124); }

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