Html Css Color HEX #BEA73D Brass

📋 copy color: '#BEA73D'

red 190 ◦ green 167 ◦ blue 61

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

Shades of Brass #BEA73D

Tints of Brass #BEA73D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

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

R = 45.45%
G = 39.95%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEA73D (or 0xBEA73D) is known color: Brass. HEX triplet: BE, A7 and 3D. RGB value is (190,167,61). Sum of RGB (Red+Green+Blue) = 190+167+61=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA73D is #4158C2. Grayscale: #A2A2A2. Windows color (decimal): -4282563 or 4040638. OLE color: 4040638.

HSL color Cylindrical-coordinate representation of color #BEA73D: hue angle of 49.3º 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 #BEA73D is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 167 61 -
CMYK 0 0.12 0.68 0.25
HSL 49.3º 0.51% 0.49% -
HSV(B) 49.3º 0.68% 0.75% -
XYZ 35.9 38.92 10.04 -
YUV 161.79 71.12 148.12 -
System Red Green Blue C M Y K H S L
Decimal 190 167 61 0 0.12 0.68 0.25 49.3 0.51 0.49
Hex BE A7 3D 0 C 44 19 31 33 31
Octal 276 247 75 0 14 104 31 61 63 61
Binary 10111110 10100111 111101 0 1100 1000100 11001 110001 110011 110001

Color Harmonies of #BEA73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA73D

Black with #BEA73D

Text Example


Text Example

White with #BEA73D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA73D; }

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

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

background-color css

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

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

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

border-color css

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

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

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