Html Css Color HEX #BDA736 Brass

📋 copy color: '#BDA736'

red 189 ◦ green 167 ◦ blue 54

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

Shades of Brass #BDA736

Tints of Brass #BDA736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.17%

R = 46.1%
G = 40.73%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BDA736 (or 0xBDA736) is known color: Brass. HEX triplet: BD, A7 and 36. RGB value is (189,167,54). Sum of RGB (Red+Green+Blue) = 189+167+54=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 167 (65.62% from 255 or 40.73% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA736 is #4258C9. Grayscale: #A1A1A1. Windows color (decimal): -4348106 or 3581885. OLE color: 3581885.

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

Color convert

RGB 189 167 54 -
CMYK 0 0.12 0.71 0.26
HSL 50.22º 0.56% 0.48% -
HSV(B) 50.22º 0.71% 0.74% -
XYZ 35.47 38.72 9.09 -
YUV 160.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 189 167 54 0 0.12 0.71 0.26 50.22 0.56 0.48
Hex BD A7 36 0 C 47 1A 32 38 30
Octal 275 247 66 0 14 107 32 62 70 60
Binary 10111101 10100111 110110 0 1100 1000111 11010 110010 111000 110000

Color Harmonies of #BDA736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA736

Black with #BDA736

Text Example


Text Example

White with #BDA736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA736; }

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

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

background-color css

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

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

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

border-color css

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

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

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