Html Css Color HEX #BDB53A Brass

📋 copy color: '#BDB53A'

red 189 ◦ green 181 ◦ blue 58

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

Shades of Brass #BDB53A

Tints of Brass #BDB53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.55%

R = 44.16%
G = 42.29%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDB53A (or 0xBDB53A) is known color: Brass. HEX triplet: BD, B5 and 3A. RGB value is (189,181,58). Sum of RGB (Red+Green+Blue) = 189+181+58=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 181 (71.09% from 255 or 42.29% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB53A is #424AC5. Grayscale: #A9A9A9. Windows color (decimal): -4344518 or 3847613. OLE color: 3847613.

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

Color convert

RGB 189 181 58 -
CMYK 0 0.04 0.69 0.26
HSL 56.34º 0.53% 0.48% -
HSV(B) 56.34º 0.69% 0.74% -
XYZ 38.27 44.17 10.51 -
YUV 169.37 65.15 142 -
System Red Green Blue C M Y K H S L
Decimal 189 181 58 0 0.04 0.69 0.26 56.34 0.53 0.48
Hex BD B5 3A 0 4 45 1A 38 35 30
Octal 275 265 72 0 4 105 32 70 65 60
Binary 10111101 10110101 111010 0 100 1000101 11010 111000 110101 110000

Color Harmonies of #BDB53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB53A

Black with #BDB53A

Text Example


Text Example

White with #BDB53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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