Html Css Color HEX #BBA47C Pavlova

📋 copy color: '#BBA47C'

red 187 ◦ green 164 ◦ blue 124

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

Shades of Pavlova #BBA47C

Tints of Pavlova #BBA47C

RGB

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

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

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

R = 39.37%
G = 34.53%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BBA47C (or 0xBBA47C) is known color: Pavlova. HEX triplet: BB, A4 and 7C. RGB value is (187,164,124). Sum of RGB (Red+Green+Blue) = 187+164+124=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA47C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA47C is #445B83. Grayscale: #A6A6A6. Windows color (decimal): -4479876 or 8168635. OLE color: 8168635.

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

Color convert

RGB 187 164 124 -
CMYK 0 0.12 0.34 0.27
HSL 38.1º 0.32% 0.61% -
HSV(B) 38.1º 0.34% 0.73% -
XYZ 37.41 38.57 24.54 -
YUV 166.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 187 164 124 0 0.12 0.34 0.27 38.1 0.32 0.61
Hex BB A4 7C 0 C 22 1B 26 20 3D
Octal 273 244 174 0 14 42 33 46 40 75
Binary 10111011 10100100 1111100 0 1100 100010 11011 100110 100000 111101

Color Harmonies of #BBA47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA47C

Black with #BBA47C

Text Example


Text Example

White with #BBA47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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