Html Css Color HEX #BEB136 Brass

📋 copy color: '#BEB136'

red 190 ◦ green 177 ◦ blue 54

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

Shades of Brass #BEB136

Tints of Brass #BEB136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.83%

R = 45.13%
G = 42.04%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#BEB136 (or 0xBEB136) is known color: Brass. HEX triplet: BE, B1 and 36. RGB value is (190,177,54). Sum of RGB (Red+Green+Blue) = 190+177+54=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 54 (21.48% from 255 or 12.83% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB136 is #414EC9. Grayscale: #A7A7A7. Windows color (decimal): -4280010 or 3584446. OLE color: 3584446.

HSL color Cylindrical-coordinate representation of color #BEB136: hue angle of 54.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BEB136 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 54 -
CMYK 0 0.07 0.72 0.25
HSL 54.26º 0.56% 0.48% -
HSV(B) 54.26º 0.72% 0.75% -
XYZ 37.62 42.66 9.74 -
YUV 166.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 190 177 54 0 0.07 0.72 0.25 54.26 0.56 0.48
Hex BE B1 36 0 7 48 19 36 38 30
Octal 276 261 66 0 7 110 31 66 70 60
Binary 10111110 10110001 110110 0 111 1001000 11001 110110 111000 110000

Color Harmonies of #BEB136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB136

Black with #BEB136

Text Example


Text Example

White with #BEB136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB136; }

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

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

background-color css

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

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

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

border-color css

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

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

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