Html Css Color HEX #BDA342 Brass

📋 copy color: '#BDA342'

red 189 ◦ green 163 ◦ blue 66

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

Shades of Brass #BDA342

Tints of Brass #BDA342

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39%

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

R = 45.22%
G = 39%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDA342 (or 0xBDA342) is known color: Brass. HEX triplet: BD, A3 and 42. RGB value is (189,163,66). Sum of RGB (Red+Green+Blue) = 189+163+66=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA342 is #425CBD. Grayscale: #A0A0A0. Windows color (decimal): -4349118 or 4367293. OLE color: 4367293.

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

Color convert

RGB 189 163 66 -
CMYK 0 0.14 0.65 0.26
HSL 47.32º 0.48% 0.5% -
HSV(B) 47.32º 0.65% 0.74% -
XYZ 35.07 37.41 10.53 -
YUV 159.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 189 163 66 0 0.14 0.65 0.26 47.32 0.48 0.5
Hex BD A3 42 0 E 41 1A 2F 30 32
Octal 275 243 102 0 16 101 32 57 60 62
Binary 10111101 10100011 1000010 0 1110 1000001 11010 101111 110000 110010

Color Harmonies of #BDA342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA342

Black with #BDA342

Text Example


Text Example

White with #BDA342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA342; }

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

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

background-color css

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

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

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

border-color css

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

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

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