Html Css Color HEX #BBA477 Pavlova

📋 copy color: '#BBA477'

red 187 ◦ green 164 ◦ blue 119

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

Shades of Pavlova #BBA477

Tints of Pavlova #BBA477

RGB

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

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

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

R = 39.79%
G = 34.89%
B = 25.32%

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

#BBA477 (or 0xBBA477) is known color: Pavlova. HEX triplet: BB, A4 and 77. RGB value is (187,164,119). Sum of RGB (Red+Green+Blue) = 187+164+119=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA477 is #445B88. Grayscale: #A5A5A5. Windows color (decimal): -4479881 or 7840955. OLE color: 7840955.

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

Color convert

RGB 187 164 119 -
CMYK 0 0.12 0.36 0.27
HSL 39.71º 0.33% 0.6% -
HSV(B) 39.71º 0.36% 0.73% -
XYZ 37.1 38.45 22.92 -
YUV 165.75 101.62 143.16 -
System Red Green Blue C M Y K H S L
Decimal 187 164 119 0 0.12 0.36 0.27 39.71 0.33 0.6
Hex BB A4 77 0 C 24 1B 28 21 3C
Octal 273 244 167 0 14 44 33 50 41 74
Binary 10111011 10100100 1110111 0 1100 100100 11011 101000 100001 111100

Color Harmonies of #BBA477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA477

Black with #BBA477

Text Example


Text Example

White with #BBA477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA477; }

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

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

background-color css

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

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

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

border-color css

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

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

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