Html Css Color HEX #BF9C75 Fallow

📋 copy color: '#BF9C75'

red 191 ◦ green 156 ◦ blue 117

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

Shades of Fallow #BF9C75

Tints of Fallow #BF9C75

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.62%

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 41.16%
G = 33.62%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BF9C75 (or 0xBF9C75) is known color: Fallow. HEX triplet: BF, 9C and 75. RGB value is (191,156,117). Sum of RGB (Red+Green+Blue) = 191+156+117=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9C75 is #40638A. Grayscale: #A2A2A2. Windows color (decimal): -4219787 or 7707839. OLE color: 7707839.

HSL color Cylindrical-coordinate representation of color #BF9C75: hue angle of 31.62º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF9C75 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 156 117 -
CMYK 0 0.18 0.39 0.25
HSL 31.62º 0.37% 0.6% -
HSV(B) 31.62º 0.39% 0.75% -
XYZ 36.59 36.14 21.88 -
YUV 162.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 191 156 117 0 0.18 0.39 0.25 31.62 0.37 0.6
Hex BF 9C 75 0 12 27 19 20 25 3C
Octal 277 234 165 0 22 47 31 40 45 74
Binary 10111111 10011100 1110101 0 10010 100111 11001 100000 100101 111100

Color Harmonies of #BF9C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9C75

Black with #BF9C75

Text Example


Text Example

White with #BF9C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9C75; }

 p { color: rgb(191,156,117); }

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

background-color css

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

 a { background-color: rgb(191,156,117); }

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

border-color css

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

 span { border-color: rgb(191,156,117); }

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