Html Css Color HEX #BDA073 Fallow

📋 copy color: '#BDA073'

red 189 ◦ green 160 ◦ blue 115

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

Shades of Fallow #BDA073

Tints of Fallow #BDA073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.78%

R = 40.73%
G = 34.48%
B = 24.78%

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

#BDA073 (or 0xBDA073) is known color: Fallow. HEX triplet: BD, A0 and 73. RGB value is (189,160,115). Sum of RGB (Red+Green+Blue) = 189+160+115=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA073 is #425F8C. Grayscale: #A3A3A3. Windows color (decimal): -4349837 or 7577789. OLE color: 7577789.

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

Color convert

RGB 189 160 115 -
CMYK 0 0.15 0.39 0.26
HSL 36.49º 0.36% 0.6% -
HSV(B) 36.49º 0.39% 0.74% -
XYZ 36.65 37.2 21.47 -
YUV 163.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 189 160 115 0 0.15 0.39 0.26 36.49 0.36 0.6
Hex BD A0 73 0 F 27 1A 24 24 3C
Octal 275 240 163 0 17 47 32 44 44 74
Binary 10111101 10100000 1110011 0 1111 100111 11010 100100 100100 111100

Color Harmonies of #BDA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA073

Black with #BDA073

Text Example


Text Example

White with #BDA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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