Html Css Color HEX #BDAF47 Brass

📋 copy color: '#BDAF47'

red 189 ◦ green 175 ◦ blue 71

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

Shades of Brass #BDAF47

Tints of Brass #BDAF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.32%

R = 43.45%
G = 40.23%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BDAF47 (or 0xBDAF47) is known color: Brass. HEX triplet: BD, AF and 47. RGB value is (189,175,71). Sum of RGB (Red+Green+Blue) = 189+175+71=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAF47 is #4250B8. Grayscale: #A7A7A7. Windows color (decimal): -4346041 or 4698045. OLE color: 4698045.

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

Color convert

RGB 189 175 71 -
CMYK 0 0.07 0.62 0.26
HSL 52.88º 0.47% 0.51% -
HSV(B) 52.88º 0.62% 0.74% -
XYZ 37.45 41.93 12.08 -
YUV 167.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 189 175 71 0 0.07 0.62 0.26 52.88 0.47 0.51
Hex BD AF 47 0 7 3E 1A 35 2F 33
Octal 275 257 107 0 7 76 32 65 57 63
Binary 10111101 10101111 1000111 0 111 111110 11010 110101 101111 110011

Color Harmonies of #BDAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAF47

Black with #BDAF47

Text Example


Text Example

White with #BDAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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