Html Css Color HEX #BBA97F Pavlova

📋 copy color: '#BBA97F'

red 187 ◦ green 169 ◦ blue 127

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

Shades of Pavlova #BBA97F

Tints of Pavlova #BBA97F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.99%

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

R = 38.72%
G = 34.99%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBA97F (or 0xBBA97F) is known color: Pavlova. HEX triplet: BB, A9 and 7F. RGB value is (187,169,127). Sum of RGB (Red+Green+Blue) = 187+169+127=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA97F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA97F is #445680. Grayscale: #A9A9A9. Windows color (decimal): -4478593 or 8366523. OLE color: 8366523.

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

Color convert

RGB 187 169 127 -
CMYK 0 0.10 0.32 0.27
HSL 42º 0.31% 0.62% -
HSV(B) 42º 0.32% 0.73% -
XYZ 38.51 40.47 25.86 -
YUV 169.59 103.96 140.42 -
System Red Green Blue C M Y K H S L
Decimal 187 169 127 0 0.10 0.32 0.27 42 0.31 0.62
Hex BB A9 7F 0 A 20 1B 2A 1F 3E
Octal 273 251 177 0 12 40 33 52 37 76
Binary 10111011 10101001 1111111 0 1010 100000 11011 101010 11111 111110

Color Harmonies of #BBA97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA97F

Black with #BBA97F

Text Example


Text Example

White with #BBA97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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