Html Css Color HEX #BDA742 Brass

📋 copy color: '#BDA742'

red 189 ◦ green 167 ◦ blue 66

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

Shades of Brass #BDA742

Tints of Brass #BDA742

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

 BLUE value IS 66 (26.17% from 255) = 15.64%

R = 44.79%
G = 39.57%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDA742 (or 0xBDA742) is known color: Brass. HEX triplet: BD, A7 and 42. RGB value is (189,167,66). Sum of RGB (Red+Green+Blue) = 189+167+66=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA742 is #4258BD. Grayscale: #A2A2A2. Windows color (decimal): -4348094 or 4368317. OLE color: 4368317.

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

Color convert

RGB 189 167 66 -
CMYK 0 0.12 0.65 0.26
HSL 49.27º 0.48% 0.5% -
HSV(B) 49.27º 0.65% 0.74% -
XYZ 35.79 38.85 10.77 -
YUV 162.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 189 167 66 0 0.12 0.65 0.26 49.27 0.48 0.5
Hex BD A7 42 0 C 41 1A 31 30 32
Octal 275 247 102 0 14 101 32 61 60 62
Binary 10111101 10100111 1000010 0 1100 1000001 11010 110001 110000 110010

Color Harmonies of #BDA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA742

Black with #BDA742

Text Example


Text Example

White with #BDA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA742; }

 p { color: rgb(189,167,66); }

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

background-color css

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

 a { background-color: rgb(189,167,66); }

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

border-color css

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

 span { border-color: rgb(189,167,66); }

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