Html Css Color HEX #BDB640 Brass

📋 copy color: '#BDB640'

red 189 ◦ green 182 ◦ blue 64

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

Shades of Brass #BDB640

Tints of Brass #BDB640

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.84%

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

R = 43.45%
G = 41.84%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB640 (or 0xBDB640) is known color: Brass. HEX triplet: BD, B6 and 40. RGB value is (189,182,64). Sum of RGB (Red+Green+Blue) = 189+182+64=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB640 is #4249BF. Grayscale: #ABABAB. Windows color (decimal): -4344256 or 4241085. OLE color: 4241085.

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

Color convert

RGB 189 182 64 -
CMYK 0 0.04 0.66 0.26
HSL 56.64º 0.49% 0.5% -
HSV(B) 56.64º 0.66% 0.74% -
XYZ 38.64 44.64 11.43 -
YUV 170.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 189 182 64 0 0.04 0.66 0.26 56.64 0.49 0.5
Hex BD B6 40 0 4 42 1A 39 31 32
Octal 275 266 100 0 4 102 32 71 61 62
Binary 10111101 10110110 1000000 0 100 1000010 11010 111001 110001 110010

Color Harmonies of #BDB640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB640

Black with #BDB640

Text Example


Text Example

White with #BDB640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB640; }

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

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

background-color css

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

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

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

border-color css

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

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

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