Html Css Color HEX #BEB145 Brass

📋 copy color: '#BEB145'

red 190 ◦ green 177 ◦ blue 69

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

Shades of Brass #BEB145

Tints of Brass #BEB145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.83%

R = 43.58%
G = 40.6%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEB145 (or 0xBEB145) is known color: Brass. HEX triplet: BE, B1 and 45. RGB value is (190,177,69). Sum of RGB (Red+Green+Blue) = 190+177+69=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 69 (27.34% from 255 or 15.83% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB145 is #414EBA. Grayscale: #A9A9A9. Windows color (decimal): -4279995 or 4567486. OLE color: 4567486.

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

Color convert

RGB 190 177 69 -
CMYK 0 0.07 0.64 0.25
HSL 53.55º 0.48% 0.51% -
HSV(B) 53.55º 0.64% 0.75% -
XYZ 38.03 42.82 11.89 -
YUV 168.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 190 177 69 0 0.07 0.64 0.25 53.55 0.48 0.51
Hex BE B1 45 0 7 40 19 36 30 33
Octal 276 261 105 0 7 100 31 66 60 63
Binary 10111110 10110001 1000101 0 111 1000000 11001 110110 110000 110011

Color Harmonies of #BEB145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB145

Black with #BEB145

Text Example


Text Example

White with #BEB145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB145; }

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

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

background-color css

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

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

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

border-color css

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

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

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