Html Css Color HEX #BDA942 Brass

📋 copy color: '#BDA942'

red 189 ◦ green 169 ◦ blue 66

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

Shades of Brass #BDA942

Tints of Brass #BDA942

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

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

R = 44.58%
G = 39.86%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDA942 (or 0xBDA942) is known color: Brass. HEX triplet: BD, A9 and 42. RGB value is (189,169,66). Sum of RGB (Red+Green+Blue) = 189+169+66=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA942 is #4256BD. Grayscale: #A3A3A3. Windows color (decimal): -4347582 or 4368829. OLE color: 4368829.

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

Color convert

RGB 189 169 66 -
CMYK 0 0.11 0.65 0.26
HSL 50.24º 0.48% 0.5% -
HSV(B) 50.24º 0.65% 0.74% -
XYZ 36.16 39.59 10.89 -
YUV 163.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 189 169 66 0 0.11 0.65 0.26 50.24 0.48 0.5
Hex BD A9 42 0 B 41 1A 32 30 32
Octal 275 251 102 0 13 101 32 62 60 62
Binary 10111101 10101001 1000010 0 1011 1000001 11010 110010 110000 110010

Color Harmonies of #BDA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA942

Black with #BDA942

Text Example


Text Example

White with #BDA942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA942; }

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

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

background-color css

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

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

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

border-color css

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

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

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