Html Css Color HEX #BDAF43 Brass

📋 copy color: '#BDAF43'

red 189 ◦ green 175 ◦ blue 67

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

Shades of Brass #BDAF43

Tints of Brass #BDAF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.55%

R = 43.85%
G = 40.6%
B = 15.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDAF43 (or 0xBDAF43) is known color: Brass. HEX triplet: BD, AF and 43. RGB value is (189,175,67). Sum of RGB (Red+Green+Blue) = 189+175+67=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 67 (26.56% from 255 or 15.55% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF43 is #4250BC. Grayscale: #A7A7A7. Windows color (decimal): -4346045 or 4435901. OLE color: 4435901.

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

Color convert

RGB 189 175 67 -
CMYK 0 0.07 0.65 0.26
HSL 53.11º 0.48% 0.5% -
HSV(B) 53.11º 0.65% 0.74% -
XYZ 37.33 41.88 11.43 -
YUV 166.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 189 175 67 0 0.07 0.65 0.26 53.11 0.48 0.5
Hex BD AF 43 0 7 41 1A 35 30 32
Octal 275 257 103 0 7 101 32 65 60 62
Binary 10111101 10101111 1000011 0 111 1000001 11010 110101 110000 110010

Color Harmonies of #BDAF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF43

Black with #BDAF43

Text Example


Text Example

White with #BDAF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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