Html Css Color HEX #BEB13E Brass

📋 copy color: '#BEB13E'

red 190 ◦ green 177 ◦ blue 62

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

Shades of Brass #BEB13E

Tints of Brass #BEB13E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.26%

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

R = 44.29%
G = 41.26%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BEB13E (or 0xBEB13E) is known color: Brass. HEX triplet: BE, B1 and 3E. RGB value is (190,177,62). Sum of RGB (Red+Green+Blue) = 190+177+62=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 62 (24.61% from 255 or 14.45% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB13E is #414EC1. Grayscale: #A8A8A8. Windows color (decimal): -4280002 or 4108734. OLE color: 4108734.

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

Color convert

RGB 190 177 62 -
CMYK 0 0.07 0.67 0.25
HSL 53.91º 0.51% 0.49% -
HSV(B) 53.91º 0.67% 0.75% -
XYZ 37.83 42.74 10.81 -
YUV 167.78 68.31 143.85 -
System Red Green Blue C M Y K H S L
Decimal 190 177 62 0 0.07 0.67 0.25 53.91 0.51 0.49
Hex BE B1 3E 0 7 43 19 36 33 31
Octal 276 261 76 0 7 103 31 66 63 61
Binary 10111110 10110001 111110 0 111 1000011 11001 110110 110011 110001

Color Harmonies of #BEB13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB13E

Black with #BEB13E

Text Example


Text Example

White with #BEB13E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB13E; }

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

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

background-color css

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

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

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

border-color css

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

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

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