Html Css Color HEX #BDAF73 Ecru

📋 copy color: '#BDAF73'

red 189 ◦ green 175 ◦ blue 115

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

Shades of Ecru #BDAF73

Tints of Ecru #BDAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.53%

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

R = 39.46%
G = 36.53%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BDAF73 (or 0xBDAF73) is known color: Ecru. HEX triplet: BD, AF and 73. RGB value is (189,175,115). Sum of RGB (Red+Green+Blue) = 189+175+115=479 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.46% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 115 (45.31% from 255 or 24.01% from 479); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAF73 is #42508C. Grayscale: #ACACAC. Windows color (decimal): -4345997 or 7581629. OLE color: 7581629.

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

Color convert

RGB 189 175 115 -
CMYK 0 0.07 0.39 0.26
HSL 48.65º 0.36% 0.6% -
HSV(B) 48.65º 0.39% 0.74% -
XYZ 39.41 42.72 22.39 -
YUV 172.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 189 175 115 0 0.07 0.39 0.26 48.65 0.36 0.6
Hex BD AF 73 0 7 27 1A 31 24 3C
Octal 275 257 163 0 7 47 32 61 44 74
Binary 10111101 10101111 1110011 0 111 100111 11010 110001 100100 111100

Color Harmonies of #BDAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF73

Black with #BDAF73

Text Example


Text Example

White with #BDAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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