Html Css Color HEX #BDA238 Brass

📋 copy color: '#BDA238'

red 189 ◦ green 162 ◦ blue 56

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

Shades of Brass #BDA238

Tints of Brass #BDA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.8%

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

R = 46.44%
G = 39.8%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA238 (or 0xBDA238) is known color: Brass. HEX triplet: BD, A2 and 38. RGB value is (189,162,56). Sum of RGB (Red+Green+Blue) = 189+162+56=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 162 (63.67% from 255 or 39.80% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA238 is #425DC7. Grayscale: #9E9E9E. Windows color (decimal): -4349384 or 3711677. OLE color: 3711677.

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

Color convert

RGB 189 162 56 -
CMYK 0 0.14 0.70 0.26
HSL 47.82º 0.54% 0.48% -
HSV(B) 47.82º 0.7% 0.74% -
XYZ 34.62 36.95 9.05 -
YUV 157.99 70.45 150.12 -
System Red Green Blue C M Y K H S L
Decimal 189 162 56 0 0.14 0.70 0.26 47.82 0.54 0.48
Hex BD A2 38 0 E 46 1A 30 36 30
Octal 275 242 70 0 16 106 32 60 66 60
Binary 10111101 10100010 111000 0 1110 1000110 11010 110000 110110 110000

Color Harmonies of #BDA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA238

Black with #BDA238

Text Example


Text Example

White with #BDA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA238; }

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

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

background-color css

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

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

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

border-color css

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

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

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