Html Css Color HEX #BBA27A Pavlova

📋 copy color: '#BBA27A'

red 187 ◦ green 162 ◦ blue 122

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

Shades of Pavlova #BBA27A

Tints of Pavlova #BBA27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.9%

R = 39.7%
G = 34.39%
B = 25.9%

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

#BBA27A (or 0xBBA27A) is known color: Pavlova. HEX triplet: BB, A2 and 7A. RGB value is (187,162,122). Sum of RGB (Red+Green+Blue) = 187+162+122=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA27A is #445D85. Grayscale: #A5A5A5. Windows color (decimal): -4480390 or 8037051. OLE color: 8037051.

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

Color convert

RGB 187 162 122 -
CMYK 0 0.13 0.35 0.27
HSL 36.92º 0.32% 0.61% -
HSV(B) 36.92º 0.35% 0.73% -
XYZ 36.93 37.81 23.76 -
YUV 164.92 103.78 143.75 -
System Red Green Blue C M Y K H S L
Decimal 187 162 122 0 0.13 0.35 0.27 36.92 0.32 0.61
Hex BB A2 7A 0 D 23 1B 25 20 3D
Octal 273 242 172 0 15 43 33 45 40 75
Binary 10111011 10100010 1111010 0 1101 100011 11011 100101 100000 111101

Color Harmonies of #BBA27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA27A

Black with #BBA27A

Text Example


Text Example

White with #BBA27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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