Html Css Color HEX #BDA73C Brass

📋 copy color: '#BDA73C'

red 189 ◦ green 167 ◦ blue 60

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

Shades of Brass #BDA73C

Tints of Brass #BDA73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.42%

R = 45.43%
G = 40.14%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BDA73C (or 0xBDA73C) is known color: Brass. HEX triplet: BD, A7 and 3C. RGB value is (189,167,60). Sum of RGB (Red+Green+Blue) = 189+167+60=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA73C is #4258C3. Grayscale: #A1A1A1. Windows color (decimal): -4348100 or 3975101. OLE color: 3975101.

HSL color Cylindrical-coordinate representation of color #BDA73C: hue angle of 49.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BDA73C is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 60 -
CMYK 0 0.12 0.68 0.26
HSL 49.77º 0.52% 0.49% -
HSV(B) 49.77º 0.68% 0.74% -
XYZ 35.62 38.78 9.88 -
YUV 161.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 189 167 60 0 0.12 0.68 0.26 49.77 0.52 0.49
Hex BD A7 3C 0 C 44 1A 32 34 31
Octal 275 247 74 0 14 104 32 62 64 61
Binary 10111101 10100111 111100 0 1100 1000100 11010 110010 110100 110001

Color Harmonies of #BDA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA73C

Black with #BDA73C

Text Example


Text Example

White with #BDA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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