Html Css Color HEX #BEA93D Brass

📋 copy color: '#BEA93D'

red 190 ◦ green 169 ◦ blue 61

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

Shades of Brass #BEA93D

Tints of Brass #BEA93D

RGB

 RED value IS 190 (74.61% from 255) = 45.24%

 GREEN value IS 169 (66.41% from 255) = 40.24%

 BLUE value IS 61 (24.22% from 255) = 14.52%

R = 45.24%
G = 40.24%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEA93D (or 0xBEA93D) is known color: Brass. HEX triplet: BE, A9 and 3D. RGB value is (190,169,61). Sum of RGB (Red+Green+Blue) = 190+169+61=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 169 (66.41% from 255 or 40.24% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA93D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA93D is #4156C2. Grayscale: #A3A3A3. Windows color (decimal): -4282051 or 4041150. OLE color: 4041150.

HSL color Cylindrical-coordinate representation of color #BEA93D: hue angle of 50.23º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEA93D is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 169 61 -
CMYK 0 0.11 0.68 0.25
HSL 50.23º 0.51% 0.49% -
HSV(B) 50.23º 0.68% 0.75% -
XYZ 36.27 39.66 10.16 -
YUV 162.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 190 169 61 0 0.11 0.68 0.25 50.23 0.51 0.49
Hex BE A9 3D 0 B 44 19 32 33 31
Octal 276 251 75 0 13 104 31 62 63 61
Binary 10111110 10101001 111101 0 1011 1000100 11001 110010 110011 110001

Color Harmonies of #BEA93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA93D

Black with #BEA93D

Text Example


Text Example

White with #BEA93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA93D; }

 p { color: rgb(190,169,61); }

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

background-color css

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

 a { background-color: rgb(190,169,61); }

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

border-color css

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

 span { border-color: rgb(190,169,61); }

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