Html Css Color HEX #BEB045 Brass

📋 copy color: '#BEB045'

red 190 ◦ green 176 ◦ blue 69

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

Shades of Brass #BEB045

Tints of Brass #BEB045

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 43.68%
G = 40.46%
B = 15.86%

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

#BEB045 (or 0xBEB045) is known color: Brass. HEX triplet: BE, B0 and 45. RGB value is (190,176,69). Sum of RGB (Red+Green+Blue) = 190+176+69=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 69 (27.34% from 255 or 15.86% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB045 is #414FBA. Grayscale: #A8A8A8. Windows color (decimal): -4280251 or 4567230. OLE color: 4567230.

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

Color convert

RGB 190 176 69 -
CMYK 0 0.07 0.64 0.25
HSL 53.06º 0.48% 0.51% -
HSV(B) 53.06º 0.64% 0.75% -
XYZ 37.83 42.43 11.83 -
YUV 167.99 72.14 143.7 -
System Red Green Blue C M Y K H S L
Decimal 190 176 69 0 0.07 0.64 0.25 53.06 0.48 0.51
Hex BE B0 45 0 7 40 19 35 30 33
Octal 276 260 105 0 7 100 31 65 60 63
Binary 10111110 10110000 1000101 0 111 1000000 11001 110101 110000 110011

Color Harmonies of #BEB045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB045

Black with #BEB045

Text Example


Text Example

White with #BEB045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB045; }

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

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

background-color css

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

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

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

border-color css

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

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

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