Html Css Color HEX #BDB340 Brass

📋 copy color: '#BDB340'

red 189 ◦ green 179 ◦ blue 64

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

Shades of Brass #BDB340

Tints of Brass #BDB340

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.44%

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

R = 43.75%
G = 41.44%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BDB340 (or 0xBDB340) is known color: Brass. HEX triplet: BD, B3 and 40. RGB value is (189,179,64). Sum of RGB (Red+Green+Blue) = 189+179+64=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB340 is #424CBF. Grayscale: #A9A9A9. Windows color (decimal): -4345024 or 4240317. OLE color: 4240317.

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

Color convert

RGB 189 179 64 -
CMYK 0 0.05 0.66 0.26
HSL 55.2º 0.49% 0.5% -
HSV(B) 55.2º 0.66% 0.74% -
XYZ 38.03 43.43 11.23 -
YUV 168.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 189 179 64 0 0.05 0.66 0.26 55.2 0.49 0.5
Hex BD B3 40 0 5 42 1A 37 31 32
Octal 275 263 100 0 5 102 32 67 61 62
Binary 10111101 10110011 1000000 0 101 1000010 11010 110111 110001 110010

Color Harmonies of #BDB340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB340

Black with #BDB340

Text Example


Text Example

White with #BDB340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB340; }

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

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

background-color css

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

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

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

border-color css

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

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

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