Html Css Color HEX #BBAB7F Pavlova

📋 copy color: '#BBAB7F'

red 187 ◦ green 171 ◦ blue 127

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

Shades of Pavlova #BBAB7F

Tints of Pavlova #BBAB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 127 (50% from 255) = 26.19%

R = 38.56%
G = 35.26%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBAB7F (or 0xBBAB7F) is known color: Pavlova. HEX triplet: BB, AB and 7F. RGB value is (187,171,127). Sum of RGB (Red+Green+Blue) = 187+171+127=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAB7F is #445480. Grayscale: #AAAAAA. Windows color (decimal): -4478081 or 8367035. OLE color: 8367035.

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

Color convert

RGB 187 171 127 -
CMYK 0 0.09 0.32 0.27
HSL 44º 0.31% 0.62% -
HSV(B) 44º 0.32% 0.73% -
XYZ 38.89 41.22 25.99 -
YUV 170.77 103.3 139.58 -
System Red Green Blue C M Y K H S L
Decimal 187 171 127 0 0.09 0.32 0.27 44 0.31 0.62
Hex BB AB 7F 0 9 20 1B 2C 1F 3E
Octal 273 253 177 0 11 40 33 54 37 76
Binary 10111011 10101011 1111111 0 1001 100000 11011 101100 11111 111110

Color Harmonies of #BBAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB7F

Black with #BBAB7F

Text Example


Text Example

White with #BBAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB7F; }

 p { color: rgb(187,171,127); }

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

background-color css

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

 a { background-color: rgb(187,171,127); }

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

border-color css

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

 span { border-color: rgb(187,171,127); }

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