Html Css Color HEX #BEB441 Brass

📋 copy color: '#BEB441'

red 190 ◦ green 180 ◦ blue 65

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

Shades of Brass #BEB441

Tints of Brass #BEB441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.38%

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

R = 43.68%
G = 41.38%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BEB441 (or 0xBEB441) is known color: Brass. HEX triplet: BE, B4 and 41. RGB value is (190,180,65). Sum of RGB (Red+Green+Blue) = 190+180+65=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 65 (25.78% from 255 or 14.94% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB441 is #414BBE. Grayscale: #AAAAAA. Windows color (decimal): -4279231 or 4306110. OLE color: 4306110.

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

Color convert

RGB 190 180 65 -
CMYK 0 0.05 0.66 0.25
HSL 55.2º 0.49% 0.5% -
HSV(B) 55.2º 0.66% 0.75% -
XYZ 38.51 43.97 11.46 -
YUV 169.88 68.81 142.35 -
System Red Green Blue C M Y K H S L
Decimal 190 180 65 0 0.05 0.66 0.25 55.2 0.49 0.5
Hex BE B4 41 0 5 42 19 37 31 32
Octal 276 264 101 0 5 102 31 67 61 62
Binary 10111110 10110100 1000001 0 101 1000010 11001 110111 110001 110010

Color Harmonies of #BEB441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB441

Black with #BEB441

Text Example


Text Example

White with #BEB441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB441; }

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

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

background-color css

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

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

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

border-color css

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

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

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