Html Css Color HEX #BDB53B Brass

📋 copy color: '#BDB53B'

red 189 ◦ green 181 ◦ blue 59

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

Shades of Brass #BDB53B

Tints of Brass #BDB53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.75%

R = 44.06%
G = 42.19%
B = 13.75%

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

#BDB53B (or 0xBDB53B) is known color: Brass. HEX triplet: BD, B5 and 3B. RGB value is (189,181,59). Sum of RGB (Red+Green+Blue) = 189+181+59=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB53B is #424AC4. Grayscale: #A9A9A9. Windows color (decimal): -4344517 or 3913149. OLE color: 3913149.

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

Color convert

RGB 189 181 59 -
CMYK 0 0.04 0.69 0.26
HSL 56.31º 0.52% 0.49% -
HSV(B) 56.31º 0.69% 0.74% -
XYZ 38.3 44.18 10.65 -
YUV 169.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 189 181 59 0 0.04 0.69 0.26 56.31 0.52 0.49
Hex BD B5 3B 0 4 45 1A 38 34 31
Octal 275 265 73 0 4 105 32 70 64 61
Binary 10111101 10110101 111011 0 100 1000101 11010 111000 110100 110001

Color Harmonies of #BDB53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB53B

Black with #BDB53B

Text Example


Text Example

White with #BDB53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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