Html Css Color HEX #BBA57C Pavlova

📋 copy color: '#BBA57C'

red 187 ◦ green 165 ◦ blue 124

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

Shades of Pavlova #BBA57C

Tints of Pavlova #BBA57C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.66%

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

R = 39.29%
G = 34.66%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBA57C (or 0xBBA57C) is known color: Pavlova. HEX triplet: BB, A5 and 7C. RGB value is (187,165,124). Sum of RGB (Red+Green+Blue) = 187+165+124=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA57C is #445A83. Grayscale: #A7A7A7. Windows color (decimal): -4479620 or 8168891. OLE color: 8168891.

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

Color convert

RGB 187 165 124 -
CMYK 0 0.12 0.34 0.27
HSL 39.05º 0.32% 0.61% -
HSV(B) 39.05º 0.34% 0.73% -
XYZ 37.59 38.93 24.6 -
YUV 166.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 187 165 124 0 0.12 0.34 0.27 39.05 0.32 0.61
Hex BB A5 7C 0 C 22 1B 27 20 3D
Octal 273 245 174 0 14 42 33 47 40 75
Binary 10111011 10100101 1111100 0 1100 100010 11011 100111 100000 111101

Color Harmonies of #BBA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA57C

Black with #BBA57C

Text Example


Text Example

White with #BBA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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