Html Css Color HEX #BBA685 Pavlova

📋 copy color: '#BBA685'

red 187 ◦ green 166 ◦ blue 133

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

Shades of Pavlova #BBA685

Tints of Pavlova #BBA685

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

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

R = 38.48%
G = 34.16%
B = 27.37%

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

#BBA685 (or 0xBBA685) is known color: Pavlova. HEX triplet: BB, A6 and 85. RGB value is (187,166,133). Sum of RGB (Red+Green+Blue) = 187+166+133=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA685 is #44597A. Grayscale: #A8A8A8. Windows color (decimal): -4479355 or 8758971. OLE color: 8758971.

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

Color convert

RGB 187 166 133 -
CMYK 0 0.11 0.29 0.27
HSL 36.67º 0.28% 0.63% -
HSV(B) 36.67º 0.29% 0.73% -
XYZ 38.36 39.53 27.8 -
YUV 168.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 187 166 133 0 0.11 0.29 0.27 36.67 0.28 0.63
Hex BB A6 85 0 B 1D 1B 25 1C 3F
Octal 273 246 205 0 13 35 33 45 34 77
Binary 10111011 10100110 10000101 0 1011 11101 11011 100101 11100 111111

Color Harmonies of #BBA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA685

Black with #BBA685

Text Example


Text Example

White with #BBA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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