Html Css Color HEX #BBA481 Pavlova

📋 copy color: '#BBA481'

red 187 ◦ green 164 ◦ blue 129

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

Shades of Pavlova #BBA481

Tints of Pavlova #BBA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.17%

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 38.96%
G = 34.17%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BBA481 (or 0xBBA481) is known color: Pavlova. HEX triplet: BB, A4 and 81. RGB value is (187,164,129). Sum of RGB (Red+Green+Blue) = 187+164+129=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA481 is #445B7E. Grayscale: #A7A7A7. Windows color (decimal): -4479871 or 8496315. OLE color: 8496315.

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

Color convert

RGB 187 164 129 -
CMYK 0 0.12 0.31 0.27
HSL 36.21º 0.3% 0.62% -
HSV(B) 36.21º 0.31% 0.73% -
XYZ 37.73 38.7 26.25 -
YUV 166.89 106.62 142.35 -
System Red Green Blue C M Y K H S L
Decimal 187 164 129 0 0.12 0.31 0.27 36.21 0.3 0.62
Hex BB A4 81 0 C 1F 1B 24 1E 3E
Octal 273 244 201 0 14 37 33 44 36 76
Binary 10111011 10100100 10000001 0 1100 11111 11011 100100 11110 111110

Color Harmonies of #BBA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA481

Black with #BBA481

Text Example


Text Example

White with #BBA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA481; }

 p { color: rgb(187,164,129); }

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

background-color css

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

 a { background-color: rgb(187,164,129); }

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

border-color css

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

 span { border-color: rgb(187,164,129); }

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