Html Css Color HEX #BDA074 Fallow

📋 copy color: '#BDA074'

red 189 ◦ green 160 ◦ blue 116

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

Shades of Fallow #BDA074

Tints of Fallow #BDA074

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.41%

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 40.65%
G = 34.41%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDA074 (or 0xBDA074) is known color: Fallow. HEX triplet: BD, A0 and 74. RGB value is (189,160,116). Sum of RGB (Red+Green+Blue) = 189+160+116=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA074 is #425F8B. Grayscale: #A3A3A3. Windows color (decimal): -4349836 or 7643325. OLE color: 7643325.

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

Color convert

RGB 189 160 116 -
CMYK 0 0.15 0.39 0.26
HSL 36.16º 0.36% 0.6% -
HSV(B) 36.16º 0.39% 0.74% -
XYZ 36.71 37.22 21.77 -
YUV 163.66 101.11 146.08 -
System Red Green Blue C M Y K H S L
Decimal 189 160 116 0 0.15 0.39 0.26 36.16 0.36 0.6
Hex BD A0 74 0 F 27 1A 24 24 3C
Octal 275 240 164 0 17 47 32 44 44 74
Binary 10111101 10100000 1110100 0 1111 100111 11010 100100 100100 111100

Color Harmonies of #BDA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA074

Black with #BDA074

Text Example


Text Example

White with #BDA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA074; }

 p { color: rgb(189,160,116); }

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

background-color css

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

 a { background-color: rgb(189,160,116); }

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

border-color css

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

 span { border-color: rgb(189,160,116); }

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