Html Css Color HEX #BEA73C Brass

📋 copy color: '#BEA73C'

red 190 ◦ green 167 ◦ blue 60

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

Shades of Brass #BEA73C

Tints of Brass #BEA73C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.39%

R = 45.56%
G = 40.05%
B = 14.39%

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

#BEA73C (or 0xBEA73C) is known color: Brass. HEX triplet: BE, A7 and 3C. RGB value is (190,167,60). Sum of RGB (Red+Green+Blue) = 190+167+60=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 60 (23.83% from 255 or 14.39% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA73C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA73C is #4158C3. Grayscale: #A2A2A2. Windows color (decimal): -4282564 or 3975102. OLE color: 3975102.

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

Color convert

RGB 190 167 60 -
CMYK 0 0.12 0.68 0.25
HSL 49.38º 0.52% 0.49% -
HSV(B) 49.38º 0.68% 0.75% -
XYZ 35.87 38.91 9.89 -
YUV 161.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 190 167 60 0 0.12 0.68 0.25 49.38 0.52 0.49
Hex BE A7 3C 0 C 44 19 31 34 31
Octal 276 247 74 0 14 104 31 61 64 61
Binary 10111110 10100111 111100 0 1100 1000100 11001 110001 110100 110001

Color Harmonies of #BEA73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA73C

Black with #BEA73C

Text Example


Text Example

White with #BEA73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA73C; }

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

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

background-color css

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

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

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

border-color css

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

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

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