Html Css Color HEX #BBAE85 Pavlova

📋 copy color: '#BBAE85'

red 187 ◦ green 174 ◦ blue 133

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

Shades of Pavlova #BBAE85

Tints of Pavlova #BBAE85

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.22%

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

R = 37.85%
G = 35.22%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BBAE85 (or 0xBBAE85) is known color: Pavlova. HEX triplet: BB, AE and 85. RGB value is (187,174,133). Sum of RGB (Red+Green+Blue) = 187+174+133=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 174 (68.36% from 255 or 35.22% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE85 is #44517A. Grayscale: #ADADAD. Windows color (decimal): -4477307 or 8761019. OLE color: 8761019.

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

Color convert

RGB 187 174 133 -
CMYK 0 0.07 0.29 0.27
HSL 45.56º 0.28% 0.63% -
HSV(B) 45.56º 0.29% 0.73% -
XYZ 39.86 42.53 28.3 -
YUV 173.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 187 174 133 0 0.07 0.29 0.27 45.56 0.28 0.63
Hex BB AE 85 0 7 1D 1B 2E 1C 3F
Octal 273 256 205 0 7 35 33 56 34 77
Binary 10111011 10101110 10000101 0 111 11101 11011 101110 11100 111111

Color Harmonies of #BBAE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE85

Black with #BBAE85

Text Example


Text Example

White with #BBAE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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