Html Css Color HEX #BEB245 Brass

📋 copy color: '#BEB245'

red 190 ◦ green 178 ◦ blue 69

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

Shades of Brass #BEB245

Tints of Brass #BEB245

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.73%

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

R = 43.48%
G = 40.73%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BEB245 (or 0xBEB245) is known color: Brass. HEX triplet: BE, B2 and 45. RGB value is (190,178,69). Sum of RGB (Red+Green+Blue) = 190+178+69=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB245 is #414DBA. Grayscale: #A9A9A9. Windows color (decimal): -4279739 or 4567742. OLE color: 4567742.

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

Color convert

RGB 190 178 69 -
CMYK 0 0.06 0.64 0.25
HSL 54.05º 0.48% 0.51% -
HSV(B) 54.05º 0.64% 0.75% -
XYZ 38.23 43.22 11.96 -
YUV 169.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 190 178 69 0 0.06 0.64 0.25 54.05 0.48 0.51
Hex BE B2 45 0 6 40 19 36 30 33
Octal 276 262 105 0 6 100 31 66 60 63
Binary 10111110 10110010 1000101 0 110 1000000 11001 110110 110000 110011

Color Harmonies of #BEB245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB245

Black with #BEB245

Text Example


Text Example

White with #BEB245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB245; }

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

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

background-color css

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

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

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

border-color css

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

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

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