Html Css Color HEX #BBA27F Pavlova

📋 copy color: '#BBA27F'

red 187 ◦ green 162 ◦ blue 127

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

Shades of Pavlova #BBA27F

Tints of Pavlova #BBA27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.68%

R = 39.29%
G = 34.03%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBA27F (or 0xBBA27F) is known color: Pavlova. HEX triplet: BB, A2 and 7F. RGB value is (187,162,127). Sum of RGB (Red+Green+Blue) = 187+162+127=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA27F is #445D80. Grayscale: #A5A5A5. Windows color (decimal): -4480385 or 8364731. OLE color: 8364731.

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

Color convert

RGB 187 162 127 -
CMYK 0 0.13 0.32 0.27
HSL 35º 0.31% 0.62% -
HSV(B) 35º 0.32% 0.73% -
XYZ 37.24 37.94 25.44 -
YUV 165.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 187 162 127 0 0.13 0.32 0.27 35 0.31 0.62
Hex BB A2 7F 0 D 20 1B 23 1F 3E
Octal 273 242 177 0 15 40 33 43 37 76
Binary 10111011 10100010 1111111 0 1101 100000 11011 100011 11111 111110

Color Harmonies of #BBA27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA27F

Black with #BBA27F

Text Example


Text Example

White with #BBA27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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