Html Css Color HEX #BDB542 Brass

📋 copy color: '#BDB542'

red 189 ◦ green 181 ◦ blue 66

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

Shades of Brass #BDB542

Tints of Brass #BDB542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.14%

R = 43.35%
G = 41.51%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BDB542 (or 0xBDB542) is known color: Brass. HEX triplet: BD, B5 and 42. RGB value is (189,181,66). Sum of RGB (Red+Green+Blue) = 189+181+66=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB542 is #424ABD. Grayscale: #AAAAAA. Windows color (decimal): -4344510 or 4371901. OLE color: 4371901.

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

Color convert

RGB 189 181 66 -
CMYK 0 0.04 0.65 0.26
HSL 56.1º 0.48% 0.5% -
HSV(B) 56.1º 0.65% 0.74% -
XYZ 38.49 44.26 11.67 -
YUV 170.28 69.15 141.35 -
System Red Green Blue C M Y K H S L
Decimal 189 181 66 0 0.04 0.65 0.26 56.1 0.48 0.5
Hex BD B5 42 0 4 41 1A 38 30 32
Octal 275 265 102 0 4 101 32 70 60 62
Binary 10111101 10110101 1000010 0 100 1000001 11010 111000 110000 110010

Color Harmonies of #BDB542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB542

Black with #BDB542

Text Example


Text Example

White with #BDB542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB542; }

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

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

background-color css

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

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

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

border-color css

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

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

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