Html Css Color HEX #BBA279 Pavlova

📋 copy color: '#BBA279'

red 187 ◦ green 162 ◦ blue 121

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

Shades of Pavlova #BBA279

Tints of Pavlova #BBA279

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 121 (47.66% from 255) = 25.74%

R = 39.79%
G = 34.47%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BBA279 (or 0xBBA279) is known color: Pavlova. HEX triplet: BB, A2 and 79. RGB value is (187,162,121). Sum of RGB (Red+Green+Blue) = 187+162+121=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA279 is #445D86. Grayscale: #A4A4A4. Windows color (decimal): -4480391 or 7971515. OLE color: 7971515.

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

Color convert

RGB 187 162 121 -
CMYK 0 0.13 0.35 0.27
HSL 37.27º 0.33% 0.6% -
HSV(B) 37.27º 0.35% 0.73% -
XYZ 36.87 37.79 23.44 -
YUV 164.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 187 162 121 0 0.13 0.35 0.27 37.27 0.33 0.6
Hex BB A2 79 0 D 23 1B 25 21 3C
Octal 273 242 171 0 15 43 33 45 41 74
Binary 10111011 10100010 1111001 0 1101 100011 11011 100101 100001 111100

Color Harmonies of #BBA279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA279

Black with #BBA279

Text Example


Text Example

White with #BBA279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA279; }

 p { color: rgb(187,162,121); }

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

background-color css

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

 a { background-color: rgb(187,162,121); }

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

border-color css

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

 span { border-color: rgb(187,162,121); }

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