Html Css Color HEX #BBA27C Pavlova

📋 copy color: '#BBA27C'

red 187 ◦ green 162 ◦ blue 124

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

Shades of Pavlova #BBA27C

Tints of Pavlova #BBA27C

RGB

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

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

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

R = 39.53%
G = 34.25%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBA27C (or 0xBBA27C) is known color: Pavlova. HEX triplet: BB, A2 and 7C. RGB value is (187,162,124). Sum of RGB (Red+Green+Blue) = 187+162+124=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA27C is #445D83. Grayscale: #A5A5A5. Windows color (decimal): -4480388 or 8168123. OLE color: 8168123.

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

Color convert

RGB 187 162 124 -
CMYK 0 0.13 0.34 0.27
HSL 36.19º 0.32% 0.61% -
HSV(B) 36.19º 0.34% 0.73% -
XYZ 37.05 37.86 24.42 -
YUV 165.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 187 162 124 0 0.13 0.34 0.27 36.19 0.32 0.61
Hex BB A2 7C 0 D 22 1B 24 20 3D
Octal 273 242 174 0 15 42 33 44 40 75
Binary 10111011 10100010 1111100 0 1101 100010 11011 100100 100000 111101

Color Harmonies of #BBA27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA27C

Black with #BBA27C

Text Example


Text Example

White with #BBA27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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