Html Css Color HEX #BEB344 Brass

📋 copy color: '#BEB344'

red 190 ◦ green 179 ◦ blue 68

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

Shades of Brass #BEB344

Tints of Brass #BEB344

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.96%

 BLUE value IS 68 (26.95% from 255) = 15.56%

R = 43.48%
G = 40.96%
B = 15.56%

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

#BEB344 (or 0xBEB344) is known color: Brass. HEX triplet: BE, B3 and 44. RGB value is (190,179,68). Sum of RGB (Red+Green+Blue) = 190+179+68=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB344 is #414CBB. Grayscale: #AAAAAA. Windows color (decimal): -4279484 or 4502462. OLE color: 4502462.

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

Color convert

RGB 190 179 68 -
CMYK 0 0.06 0.64 0.25
HSL 54.59º 0.48% 0.51% -
HSV(B) 54.59º 0.64% 0.75% -
XYZ 38.4 43.6 11.86 -
YUV 169.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 190 179 68 0 0.06 0.64 0.25 54.59 0.48 0.51
Hex BE B3 44 0 6 40 19 37 30 33
Octal 276 263 104 0 6 100 31 67 60 63
Binary 10111110 10110011 1000100 0 110 1000000 11001 110111 110000 110011

Color Harmonies of #BEB344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB344

Black with #BEB344

Text Example


Text Example

White with #BEB344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB344; }

 p { color: rgb(190,179,68); }

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

background-color css

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

 a { background-color: rgb(190,179,68); }

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

border-color css

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

 span { border-color: rgb(190,179,68); }

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