Html Css Color HEX #BBA87D Pavlova

📋 copy color: '#BBA87D'

red 187 ◦ green 168 ◦ blue 125

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

Shades of Pavlova #BBA87D

Tints of Pavlova #BBA87D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

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

R = 38.96%
G = 35%
B = 26.04%

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

#BBA87D (or 0xBBA87D) is known color: Pavlova. HEX triplet: BB, A8 and 7D. RGB value is (187,168,125). Sum of RGB (Red+Green+Blue) = 187+168+125=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA87D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBA87D is #445782. Grayscale: #A8A8A8. Windows color (decimal): -4478851 or 8235195. OLE color: 8235195.

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

Color convert

RGB 187 168 125 -
CMYK 0 0.10 0.33 0.27
HSL 41.61º 0.31% 0.61% -
HSV(B) 41.61º 0.33% 0.73% -
XYZ 38.2 40.05 25.12 -
YUV 168.78 103.29 141 -
System Red Green Blue C M Y K H S L
Decimal 187 168 125 0 0.10 0.33 0.27 41.61 0.31 0.61
Hex BB A8 7D 0 A 21 1B 2A 1F 3D
Octal 273 250 175 0 12 41 33 52 37 75
Binary 10111011 10101000 1111101 0 1010 100001 11011 101010 11111 111101

Color Harmonies of #BBA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA87D

Black with #BBA87D

Text Example


Text Example

White with #BBA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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