Html Css Color HEX #BDB740 Brass

📋 copy color: '#BDB740'

red 189 ◦ green 183 ◦ blue 64

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

Shades of Brass #BDB740

Tints of Brass #BDB740

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.97%

 BLUE value IS 64 (25.39% from 255) = 14.68%

R = 43.35%
G = 41.97%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB740 (or 0xBDB740) is known color: Brass. HEX triplet: BD, B7 and 40. RGB value is (189,183,64). Sum of RGB (Red+Green+Blue) = 189+183+64=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB740 is #4248BF. Grayscale: #ABABAB. Windows color (decimal): -4344000 or 4241341. OLE color: 4241341.

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

Color convert

RGB 189 183 64 -
CMYK 0 0.03 0.66 0.26
HSL 57.12º 0.49% 0.5% -
HSV(B) 57.12º 0.66% 0.74% -
XYZ 38.85 45.06 11.5 -
YUV 171.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 189 183 64 0 0.03 0.66 0.26 57.12 0.49 0.5
Hex BD B7 40 0 3 42 1A 39 31 32
Octal 275 267 100 0 3 102 32 71 61 62
Binary 10111101 10110111 1000000 0 11 1000010 11010 111001 110001 110010

Color Harmonies of #BDB740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB740

Black with #BDB740

Text Example


Text Example

White with #BDB740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB740; }

 p { color: rgb(189,183,64); }

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

background-color css

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

 a { background-color: rgb(189,183,64); }

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

border-color css

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

 span { border-color: rgb(189,183,64); }

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