Html Css Color HEX #BDA542 Brass

📋 copy color: '#BDA542'

red 189 ◦ green 165 ◦ blue 66

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

Shades of Brass #BDA542

Tints of Brass #BDA542

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

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

R = 45%
G = 39.29%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDA542 (or 0xBDA542) is known color: Brass. HEX triplet: BD, A5 and 42. RGB value is (189,165,66). Sum of RGB (Red+Green+Blue) = 189+165+66=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA542 is #425ABD. Grayscale: #A1A1A1. Windows color (decimal): -4348606 or 4367805. OLE color: 4367805.

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

Color convert

RGB 189 165 66 -
CMYK 0 0.13 0.65 0.26
HSL 48.29º 0.48% 0.5% -
HSV(B) 48.29º 0.65% 0.74% -
XYZ 35.42 38.12 10.65 -
YUV 160.89 74.45 148.05 -
System Red Green Blue C M Y K H S L
Decimal 189 165 66 0 0.13 0.65 0.26 48.29 0.48 0.5
Hex BD A5 42 0 D 41 1A 30 30 32
Octal 275 245 102 0 15 101 32 60 60 62
Binary 10111101 10100101 1000010 0 1101 1000001 11010 110000 110000 110010

Color Harmonies of #BDA542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA542

Black with #BDA542

Text Example


Text Example

White with #BDA542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA542; }

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

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

background-color css

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

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

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

border-color css

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

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

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