Html Css Color HEX #BBA77C Pavlova

📋 copy color: '#BBA77C'

red 187 ◦ green 167 ◦ blue 124

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

Shades of Pavlova #BBA77C

Tints of Pavlova #BBA77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.94%

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

R = 39.12%
G = 34.94%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBA77C (or 0xBBA77C) is known color: Pavlova. HEX triplet: BB, A7 and 7C. RGB value is (187,167,124). Sum of RGB (Red+Green+Blue) = 187+167+124=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA77C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA77C is #445883. Grayscale: #A8A8A8. Windows color (decimal): -4479108 or 8169403. OLE color: 8169403.

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

Color convert

RGB 187 167 124 -
CMYK 0 0.11 0.34 0.27
HSL 40.95º 0.32% 0.61% -
HSV(B) 40.95º 0.34% 0.73% -
XYZ 37.95 39.66 24.72 -
YUV 168.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 187 167 124 0 0.11 0.34 0.27 40.95 0.32 0.61
Hex BB A7 7C 0 B 22 1B 29 20 3D
Octal 273 247 174 0 13 42 33 51 40 75
Binary 10111011 10100111 1111100 0 1011 100010 11011 101001 100000 111101

Color Harmonies of #BBA77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA77C

Black with #BBA77C

Text Example


Text Example

White with #BBA77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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