Html Css Color HEX #BD9A75 Fallow

📋 copy color: '#BD9A75'

red 189 ◦ green 154 ◦ blue 117

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

Shades of Fallow #BD9A75

Tints of Fallow #BD9A75

RGB

 RED value IS 189 (74.22% from 255) = 41.09%

 GREEN value IS 154 (60.55% from 255) = 33.48%

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

R = 41.09%
G = 33.48%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD9A75 (or 0xBD9A75) is known color: Fallow. HEX triplet: BD, 9A and 75. RGB value is (189,154,117). Sum of RGB (Red+Green+Blue) = 189+154+117=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9A75 is #42658A. Grayscale: #A0A0A0. Windows color (decimal): -4351371 or 7707325. OLE color: 7707325.

HSL color Cylindrical-coordinate representation of color #BD9A75: hue angle of 30.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9A75 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 154 117 -
CMYK 0 0.19 0.38 0.26
HSL 30.83º 0.35% 0.6% -
HSV(B) 30.83º 0.38% 0.74% -
XYZ 35.75 35.21 21.74 -
YUV 160.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 189 154 117 0 0.19 0.38 0.26 30.83 0.35 0.6
Hex BD 9A 75 0 13 26 1A 1F 23 3C
Octal 275 232 165 0 23 46 32 37 43 74
Binary 10111101 10011010 1110101 0 10011 100110 11010 11111 100011 111100

Color Harmonies of #BD9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A75

Black with #BD9A75

Text Example


Text Example

White with #BD9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A75; }

 p { color: rgb(189,154,117); }

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

background-color css

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

 a { background-color: rgb(189,154,117); }

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

border-color css

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

 span { border-color: rgb(189,154,117); }

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