Html Css Color HEX #BBA983 Pavlova

📋 copy color: '#BBA983'

red 187 ◦ green 169 ◦ blue 131

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

Shades of Pavlova #BBA983

Tints of Pavlova #BBA983

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.7%

 BLUE value IS 131 (51.56% from 255) = 26.9%

R = 38.4%
G = 34.7%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BBA983 (or 0xBBA983) is known color: Pavlova. HEX triplet: BB, A9 and 83. RGB value is (187,169,131). Sum of RGB (Red+Green+Blue) = 187+169+131=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 169 (66.41% from 255 or 34.70% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA983 is #44567C. Grayscale: #AAAAAA. Windows color (decimal): -4478589 or 8628667. OLE color: 8628667.

HSL color Cylindrical-coordinate representation of color #BBA983: hue angle of 40.71º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBA983 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 131 -
CMYK 0 0.10 0.30 0.27
HSL 40.71º 0.29% 0.62% -
HSV(B) 40.71º 0.3% 0.73% -
XYZ 38.78 40.58 27.26 -
YUV 170.05 105.96 140.09 -
System Red Green Blue C M Y K H S L
Decimal 187 169 131 0 0.10 0.30 0.27 40.71 0.29 0.62
Hex BB A9 83 0 A 1E 1B 29 1D 3E
Octal 273 251 203 0 12 36 33 51 35 76
Binary 10111011 10101001 10000011 0 1010 11110 11011 101001 11101 111110

Color Harmonies of #BBA983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA983

Black with #BBA983

Text Example


Text Example

White with #BBA983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA983; }

 p { color: rgb(187,169,131); }

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

background-color css

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

 a { background-color: rgb(187,169,131); }

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

border-color css

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

 span { border-color: rgb(187,169,131); }

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