Html Css Color HEX #BEB341 Brass

📋 copy color: '#BEB341'

red 190 ◦ green 179 ◦ blue 65

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

Shades of Brass #BEB341

Tints of Brass #BEB341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.98%

R = 43.78%
G = 41.24%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEB341 (or 0xBEB341) is known color: Brass. HEX triplet: BE, B3 and 41. RGB value is (190,179,65). Sum of RGB (Red+Green+Blue) = 190+179+65=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB341 is #414CBE. Grayscale: #A9A9A9. Windows color (decimal): -4279487 or 4305854. OLE color: 4305854.

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

Color convert

RGB 190 179 65 -
CMYK 0 0.06 0.66 0.25
HSL 54.72º 0.49% 0.5% -
HSV(B) 54.72º 0.66% 0.75% -
XYZ 38.31 43.57 11.39 -
YUV 169.29 69.14 142.77 -
System Red Green Blue C M Y K H S L
Decimal 190 179 65 0 0.06 0.66 0.25 54.72 0.49 0.5
Hex BE B3 41 0 6 42 19 37 31 32
Octal 276 263 101 0 6 102 31 67 61 62
Binary 10111110 10110011 1000001 0 110 1000010 11001 110111 110001 110010

Color Harmonies of #BEB341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB341

Black with #BEB341

Text Example


Text Example

White with #BEB341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB341; }

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

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

background-color css

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

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

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

border-color css

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

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

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