Html Css Color HEX #BDB53E Brass

📋 copy color: '#BDB53E'

red 189 ◦ green 181 ◦ blue 62

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

Shades of Brass #BDB53E

Tints of Brass #BDB53E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

 BLUE value IS 62 (24.61% from 255) = 14.35%

R = 43.75%
G = 41.9%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB53E (or 0xBDB53E) is known color: Brass. HEX triplet: BD, B5 and 3E. RGB value is (189,181,62). Sum of RGB (Red+Green+Blue) = 189+181+62=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB53E is #424AC1. Grayscale: #AAAAAA. Windows color (decimal): -4344514 or 4109757. OLE color: 4109757.

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

Color convert

RGB 189 181 62 -
CMYK 0 0.04 0.67 0.26
HSL 56.22º 0.51% 0.49% -
HSV(B) 56.22º 0.67% 0.74% -
XYZ 38.38 44.21 11.07 -
YUV 169.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 189 181 62 0 0.04 0.67 0.26 56.22 0.51 0.49
Hex BD B5 3E 0 4 43 1A 38 33 31
Octal 275 265 76 0 4 103 32 70 63 61
Binary 10111101 10110101 111110 0 100 1000011 11010 111000 110011 110001

Color Harmonies of #BDB53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB53E

Black with #BDB53E

Text Example


Text Example

White with #BDB53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB53E; }

 p { color: rgb(189,181,62); }

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

background-color css

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

 a { background-color: rgb(189,181,62); }

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

border-color css

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

 span { border-color: rgb(189,181,62); }

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