Html Css Color HEX #BBA78C Pavlova

📋 copy color: '#BBA78C'

red 187 ◦ green 167 ◦ blue 140

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

Shades of Pavlova #BBA78C

Tints of Pavlova #BBA78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 37.85%
G = 33.81%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BBA78C (or 0xBBA78C) is known color: Pavlova. HEX triplet: BB, A7 and 8C. RGB value is (187,167,140). Sum of RGB (Red+Green+Blue) = 187+167+140=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA78C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA78C is #445873. Grayscale: #AAAAAA. Windows color (decimal): -4479092 or 9217979. OLE color: 9217979.

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

Color convert

RGB 187 167 140 -
CMYK 0 0.11 0.25 0.27
HSL 34.47º 0.26% 0.64% -
HSV(B) 34.47º 0.25% 0.73% -
XYZ 39.05 40.1 30.49 -
YUV 169.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 187 167 140 0 0.11 0.25 0.27 34.47 0.26 0.64
Hex BB A7 8C 0 B 19 1B 22 1A 40
Octal 273 247 214 0 13 31 33 42 32 100
Binary 10111011 10100111 10001100 0 1011 11001 11011 100010 11010 1000000

Color Harmonies of #BBA78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA78C

Black with #BBA78C

Text Example


Text Example

White with #BBA78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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