Html Css Color HEX #BBAC7F Pavlova

📋 copy color: '#BBAC7F'

red 187 ◦ green 172 ◦ blue 127

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

Shades of Pavlova #BBAC7F

Tints of Pavlova #BBAC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.39%

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

R = 38.48%
G = 35.39%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BBAC7F (or 0xBBAC7F) is known color: Pavlova. HEX triplet: BB, AC and 7F. RGB value is (187,172,127). Sum of RGB (Red+Green+Blue) = 187+172+127=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC7F is #445380. Grayscale: #ABABAB. Windows color (decimal): -4477825 or 8367291. OLE color: 8367291.

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

Color convert

RGB 187 172 127 -
CMYK 0 0.08 0.32 0.27
HSL 45º 0.31% 0.62% -
HSV(B) 45º 0.32% 0.73% -
XYZ 39.08 41.6 26.05 -
YUV 171.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 187 172 127 0 0.08 0.32 0.27 45 0.31 0.62
Hex BB AC 7F 0 8 20 1B 2D 1F 3E
Octal 273 254 177 0 10 40 33 55 37 76
Binary 10111011 10101100 1111111 0 1000 100000 11011 101101 11111 111110

Color Harmonies of #BBAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC7F

Black with #BBAC7F

Text Example


Text Example

White with #BBAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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