Html Css Color HEX #BDA838 Brass

📋 copy color: '#BDA838'

red 189 ◦ green 168 ◦ blue 56

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

Shades of Brass #BDA838

Tints of Brass #BDA838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

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

R = 45.76%
G = 40.68%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA838 (or 0xBDA838) is known color: Brass. HEX triplet: BD, A8 and 38. RGB value is (189,168,56). Sum of RGB (Red+Green+Blue) = 189+168+56=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA838 is #4257C7. Grayscale: #A1A1A1. Windows color (decimal): -4347848 or 3713213. OLE color: 3713213.

HSL color Cylindrical-coordinate representation of color #BDA838: hue angle of 50.53º 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 #BDA838 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 168 56 -
CMYK 0 0.11 0.70 0.26
HSL 50.53º 0.54% 0.48% -
HSV(B) 50.53º 0.7% 0.74% -
XYZ 35.7 39.11 9.41 -
YUV 161.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 189 168 56 0 0.11 0.70 0.26 50.53 0.54 0.48
Hex BD A8 38 0 B 46 1A 33 36 30
Octal 275 250 70 0 13 106 32 63 66 60
Binary 10111101 10101000 111000 0 1011 1000110 11010 110011 110110 110000

Color Harmonies of #BDA838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA838

Black with #BDA838

Text Example


Text Example

White with #BDA838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA838; }

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

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

background-color css

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

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

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

border-color css

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

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

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