Html Css Color HEX #BDA475 Fallow

📋 copy color: '#BDA475'

red 189 ◦ green 164 ◦ blue 117

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

Shades of Fallow #BDA475

Tints of Fallow #BDA475

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.89%

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

R = 40.21%
G = 34.89%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BDA475 (or 0xBDA475) is known color: Fallow. HEX triplet: BD, A4 and 75. RGB value is (189,164,117). Sum of RGB (Red+Green+Blue) = 189+164+117=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA475 is #425B8A. Grayscale: #A6A6A6. Windows color (decimal): -4348811 or 7709885. OLE color: 7709885.

HSL color Cylindrical-coordinate representation of color #BDA475: hue angle of 39.17º 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 #BDA475 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 164 117 -
CMYK 0 0.13 0.38 0.26
HSL 39.17º 0.35% 0.6% -
HSV(B) 39.17º 0.38% 0.74% -
XYZ 37.47 38.65 22.32 -
YUV 166.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 189 164 117 0 0.13 0.38 0.26 39.17 0.35 0.6
Hex BD A4 75 0 D 26 1A 27 23 3C
Octal 275 244 165 0 15 46 32 47 43 74
Binary 10111101 10100100 1110101 0 1101 100110 11010 100111 100011 111100

Color Harmonies of #BDA475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA475

Black with #BDA475

Text Example


Text Example

White with #BDA475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA475; }

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

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

background-color css

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

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

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

border-color css

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

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

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