Html Css Color HEX #BBA97D Pavlova

📋 copy color: '#BBA97D'

red 187 ◦ green 169 ◦ blue 125

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

Shades of Pavlova #BBA97D

Tints of Pavlova #BBA97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.99%

R = 38.88%
G = 35.14%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BBA97D (or 0xBBA97D) is known color: Pavlova. HEX triplet: BB, A9 and 7D. RGB value is (187,169,125). Sum of RGB (Red+Green+Blue) = 187+169+125=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA97D is #445682. Grayscale: #A9A9A9. Windows color (decimal): -4478595 or 8235451. OLE color: 8235451.

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

Color convert

RGB 187 169 125 -
CMYK 0 0.10 0.33 0.27
HSL 42.58º 0.31% 0.61% -
HSV(B) 42.58º 0.33% 0.73% -
XYZ 38.38 40.42 25.18 -
YUV 169.37 102.96 140.58 -
System Red Green Blue C M Y K H S L
Decimal 187 169 125 0 0.10 0.33 0.27 42.58 0.31 0.61
Hex BB A9 7D 0 A 21 1B 2B 1F 3D
Octal 273 251 175 0 12 41 33 53 37 75
Binary 10111011 10101001 1111101 0 1010 100001 11011 101011 11111 111101

Color Harmonies of #BBA97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA97D

Black with #BBA97D

Text Example


Text Example

White with #BBA97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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