Html Css Color HEX #BEA33D Brass

📋 copy color: '#BEA33D'

red 190 ◦ green 163 ◦ blue 61

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

Shades of Brass #BEA33D

Tints of Brass #BEA33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.37%

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

R = 45.89%
G = 39.37%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEA33D (or 0xBEA33D) is known color: Brass. HEX triplet: BE, A3 and 3D. RGB value is (190,163,61). Sum of RGB (Red+Green+Blue) = 190+163+61=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA33D is #415CC2. Grayscale: #9F9F9F. Windows color (decimal): -4283587 or 4039614. OLE color: 4039614.

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

Color convert

RGB 190 163 61 -
CMYK 0 0.14 0.68 0.25
HSL 47.44º 0.51% 0.49% -
HSV(B) 47.44º 0.68% 0.75% -
XYZ 35.17 37.48 9.8 -
YUV 159.45 72.45 149.79 -
System Red Green Blue C M Y K H S L
Decimal 190 163 61 0 0.14 0.68 0.25 47.44 0.51 0.49
Hex BE A3 3D 0 E 44 19 2F 33 31
Octal 276 243 75 0 16 104 31 57 63 61
Binary 10111110 10100011 111101 0 1110 1000100 11001 101111 110011 110001

Color Harmonies of #BEA33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA33D

Black with #BEA33D

Text Example


Text Example

White with #BEA33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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