Html Css Color HEX #BBA785 Pavlova

📋 copy color: '#BBA785'

red 187 ◦ green 167 ◦ blue 133

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

Shades of Pavlova #BBA785

Tints of Pavlova #BBA785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.29%

 BLUE value IS 133 (52.34% from 255) = 27.31%

R = 38.4%
G = 34.29%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBA785 (or 0xBBA785) is known color: Pavlova. HEX triplet: BB, A7 and 85. RGB value is (187,167,133). Sum of RGB (Red+Green+Blue) = 187+167+133=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 167 (65.62% from 255 or 34.29% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA785 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA785 is #44587A. Grayscale: #A9A9A9. Windows color (decimal): -4479099 or 8759227. OLE color: 8759227.

HSL color Cylindrical-coordinate representation of color #BBA785: hue angle of 37.78º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA785 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 133 -
CMYK 0 0.11 0.29 0.27
HSL 37.78º 0.28% 0.63% -
HSV(B) 37.78º 0.29% 0.73% -
XYZ 38.55 39.9 27.86 -
YUV 169.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 187 167 133 0 0.11 0.29 0.27 37.78 0.28 0.63
Hex BB A7 85 0 B 1D 1B 26 1C 3F
Octal 273 247 205 0 13 35 33 46 34 77
Binary 10111011 10100111 10000101 0 1011 11101 11011 100110 11100 111111

Color Harmonies of #BBA785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA785

Black with #BBA785

Text Example


Text Example

White with #BBA785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA785; }

 p { color: rgb(187,167,133); }

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

background-color css

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

 a { background-color: rgb(187,167,133); }

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

border-color css

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

 span { border-color: rgb(187,167,133); }

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