Html Css Color HEX #BEB33E Brass

📋 copy color: '#BEB33E'

red 190 ◦ green 179 ◦ blue 62

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

Shades of Brass #BEB33E

Tints of Brass #BEB33E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 62 (24.61% from 255) = 14.39%

R = 44.08%
G = 41.53%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEB33E (or 0xBEB33E) is known color: Brass. HEX triplet: BE, B3 and 3E. RGB value is (190,179,62). Sum of RGB (Red+Green+Blue) = 190+179+62=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB33E is #414CC1. Grayscale: #A9A9A9. Windows color (decimal): -4279490 or 4109246. OLE color: 4109246.

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

Color convert

RGB 190 179 62 -
CMYK 0 0.06 0.67 0.25
HSL 54.84º 0.51% 0.49% -
HSV(B) 54.84º 0.67% 0.75% -
XYZ 38.22 43.54 10.95 -
YUV 168.95 67.64 143.01 -
System Red Green Blue C M Y K H S L
Decimal 190 179 62 0 0.06 0.67 0.25 54.84 0.51 0.49
Hex BE B3 3E 0 6 43 19 37 33 31
Octal 276 263 76 0 6 103 31 67 63 61
Binary 10111110 10110011 111110 0 110 1000011 11001 110111 110011 110001

Color Harmonies of #BEB33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB33E

Black with #BEB33E

Text Example


Text Example

White with #BEB33E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB33E; }

 p { color: rgb(190,179,62); }

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

background-color css

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

 a { background-color: rgb(190,179,62); }

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

border-color css

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

 span { border-color: rgb(190,179,62); }

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