Html Css Color HEX #BDAF3E Brass

📋 copy color: '#BDAF3E'

red 189 ◦ green 175 ◦ blue 62

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

Shades of Brass #BDAF3E

Tints of Brass #BDAF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 44.37%
G = 41.08%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDAF3E (or 0xBDAF3E) is known color: Brass. HEX triplet: BD, AF and 3E. RGB value is (189,175,62). Sum of RGB (Red+Green+Blue) = 189+175+62=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF3E is #4250C1. Grayscale: #A6A6A6. Windows color (decimal): -4346050 or 4108221. OLE color: 4108221.

HSL color Cylindrical-coordinate representation of color #BDAF3E: hue angle of 53.39º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDAF3E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 175 62 -
CMYK 0 0.07 0.67 0.26
HSL 53.39º 0.51% 0.49% -
HSV(B) 53.39º 0.67% 0.74% -
XYZ 37.19 41.83 10.67 -
YUV 166.3 69.14 144.19 -
System Red Green Blue C M Y K H S L
Decimal 189 175 62 0 0.07 0.67 0.26 53.39 0.51 0.49
Hex BD AF 3E 0 7 43 1A 35 33 31
Octal 275 257 76 0 7 103 32 65 63 61
Binary 10111101 10101111 111110 0 111 1000011 11010 110101 110011 110001

Color Harmonies of #BDAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF3E

Black with #BDAF3E

Text Example


Text Example

White with #BDAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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