Html Css Color HEX #BBA577 Pavlova

📋 copy color: '#BBA577'

red 187 ◦ green 165 ◦ blue 119

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

Shades of Pavlova #BBA577

Tints of Pavlova #BBA577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.27%

R = 39.7%
G = 35.03%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BBA577 (or 0xBBA577) is known color: Pavlova. HEX triplet: BB, A5 and 77. RGB value is (187,165,119). Sum of RGB (Red+Green+Blue) = 187+165+119=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 165 (64.84% from 255 or 35.03% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA577 is #445A88. Grayscale: #A6A6A6. Windows color (decimal): -4479625 or 7841211. OLE color: 7841211.

HSL color Cylindrical-coordinate representation of color #BBA577: hue angle of 40.59º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBA577 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 119 -
CMYK 0 0.12 0.36 0.27
HSL 40.59º 0.33% 0.6% -
HSV(B) 40.59º 0.36% 0.73% -
XYZ 37.28 38.81 22.98 -
YUV 166.33 101.29 142.74 -
System Red Green Blue C M Y K H S L
Decimal 187 165 119 0 0.12 0.36 0.27 40.59 0.33 0.6
Hex BB A5 77 0 C 24 1B 29 21 3C
Octal 273 245 167 0 14 44 33 51 41 74
Binary 10111011 10100101 1110111 0 1100 100100 11011 101001 100001 111100

Color Harmonies of #BBA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA577

Black with #BBA577

Text Example


Text Example

White with #BBA577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA577; }

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

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

background-color css

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

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

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

border-color css

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

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

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