Html Css Color HEX #BFA572 Fallow

📋 copy color: '#BFA572'

red 191 ◦ green 165 ◦ blue 114

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

Shades of Fallow #BFA572

Tints of Fallow #BFA572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.26%

R = 40.64%
G = 35.11%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BFA572 (or 0xBFA572) is known color: Fallow. HEX triplet: BF, A5 and 72. RGB value is (191,165,114). Sum of RGB (Red+Green+Blue) = 191+165+114=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA572 is #405A8D. Grayscale: #A7A7A7. Windows color (decimal): -4217486 or 7513535. OLE color: 7513535.

HSL color Cylindrical-coordinate representation of color #BFA572: hue angle of 39.74º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFA572 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 165 114 -
CMYK 0 0.14 0.40 0.25
HSL 39.74º 0.38% 0.6% -
HSV(B) 39.74º 0.4% 0.75% -
XYZ 37.98 39.2 21.48 -
YUV 166.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 191 165 114 0 0.14 0.40 0.25 39.74 0.38 0.6
Hex BF A5 72 0 E 28 19 28 26 3C
Octal 277 245 162 0 16 50 31 50 46 74
Binary 10111111 10100101 1110010 0 1110 101000 11001 101000 100110 111100

Color Harmonies of #BFA572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA572

Black with #BFA572

Text Example


Text Example

White with #BFA572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA572; }

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

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

background-color css

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

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

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

border-color css

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

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

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