Html Css Color HEX #BFA57C Pavlova

📋 copy color: '#BFA57C'

red 191 ◦ green 165 ◦ blue 124

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

Shades of Pavlova #BFA57C

Tints of Pavlova #BFA57C

RGB

 RED value IS 191 (75% from 255) = 39.79%

 GREEN value IS 165 (64.84% from 255) = 34.38%

 BLUE value IS 124 (48.83% from 255) = 25.83%

R = 39.79%
G = 34.38%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BFA57C (or 0xBFA57C) is known color: Pavlova. HEX triplet: BF, A5 and 7C. RGB value is (191,165,124). Sum of RGB (Red+Green+Blue) = 191+165+124=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA57C is #405A83. Grayscale: #A8A8A8. Windows color (decimal): -4217476 or 8168895. OLE color: 8168895.

HSL color Cylindrical-coordinate representation of color #BFA57C: hue angle of 36.72º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFA57C is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 124 -
CMYK 0 0.14 0.35 0.25
HSL 36.72º 0.34% 0.62% -
HSV(B) 36.72º 0.35% 0.75% -
XYZ 38.58 39.44 24.65 -
YUV 168.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 191 165 124 0 0.14 0.35 0.25 36.72 0.34 0.62
Hex BF A5 7C 0 E 23 19 25 22 3E
Octal 277 245 174 0 16 43 31 45 42 76
Binary 10111111 10100101 1111100 0 1110 100011 11001 100101 100010 111110

Color Harmonies of #BFA57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA57C

Black with #BFA57C

Text Example


Text Example

White with #BFA57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA57C; }

 p { color: rgb(191,165,124); }

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

background-color css

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

 a { background-color: rgb(191,165,124); }

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

border-color css

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

 span { border-color: rgb(191,165,124); }

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