Html Css Color HEX #BBA476 Pavlova

📋 copy color: '#BBA476'

red 187 ◦ green 164 ◦ blue 118

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

Shades of Pavlova #BBA476

Tints of Pavlova #BBA476

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 118 (46.48% from 255) = 25.16%

R = 39.87%
G = 34.97%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BBA476 (or 0xBBA476) is known color: Pavlova. HEX triplet: BB, A4 and 76. RGB value is (187,164,118). Sum of RGB (Red+Green+Blue) = 187+164+118=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA476 is #445B89. Grayscale: #A5A5A5. Windows color (decimal): -4479882 or 7775419. OLE color: 7775419.

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

Color convert

RGB 187 164 118 -
CMYK 0 0.12 0.37 0.27
HSL 40º 0.34% 0.6% -
HSV(B) 40º 0.37% 0.73% -
XYZ 37.04 38.42 22.6 -
YUV 165.63 101.12 143.24 -
System Red Green Blue C M Y K H S L
Decimal 187 164 118 0 0.12 0.37 0.27 40 0.34 0.6
Hex BB A4 76 0 C 25 1B 28 22 3C
Octal 273 244 166 0 14 45 33 50 42 74
Binary 10111011 10100100 1110110 0 1100 100101 11011 101000 100010 111100

Color Harmonies of #BBA476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA476

Black with #BBA476

Text Example


Text Example

White with #BBA476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA476; }

 p { color: rgb(187,164,118); }

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

background-color css

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

 a { background-color: rgb(187,164,118); }

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

border-color css

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

 span { border-color: rgb(187,164,118); }

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