Html Css Color HEX #BDB538 Brass

📋 copy color: '#BDB538'

red 189 ◦ green 181 ◦ blue 56

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

Shades of Brass #BDB538

Tints of Brass #BDB538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.15%

R = 44.37%
G = 42.49%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDB538 (or 0xBDB538) is known color: Brass. HEX triplet: BD, B5 and 38. RGB value is (189,181,56). Sum of RGB (Red+Green+Blue) = 189+181+56=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB538 is #424AC7. Grayscale: #A9A9A9. Windows color (decimal): -4344520 or 3716541. OLE color: 3716541.

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

Color convert

RGB 189 181 56 -
CMYK 0 0.04 0.70 0.26
HSL 56.39º 0.54% 0.48% -
HSV(B) 56.39º 0.7% 0.74% -
XYZ 38.22 44.15 10.25 -
YUV 169.14 64.15 142.16 -
System Red Green Blue C M Y K H S L
Decimal 189 181 56 0 0.04 0.70 0.26 56.39 0.54 0.48
Hex BD B5 38 0 4 46 1A 38 36 30
Octal 275 265 70 0 4 106 32 70 66 60
Binary 10111101 10110101 111000 0 100 1000110 11010 111000 110110 110000

Color Harmonies of #BDB538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB538

Black with #BDB538

Text Example


Text Example

White with #BDB538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB538; }

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

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

background-color css

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

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

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

border-color css

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

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

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