Html Css Color HEX #BEB043 Brass

📋 copy color: '#BEB043'

red 190 ◦ green 176 ◦ blue 67

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

Shades of Brass #BEB043

Tints of Brass #BEB043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.47%

R = 43.88%
G = 40.65%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BEB043 (or 0xBEB043) is known color: Brass. HEX triplet: BE, B0 and 43. RGB value is (190,176,67). Sum of RGB (Red+Green+Blue) = 190+176+67=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB043 is #414FBC. Grayscale: #A8A8A8. Windows color (decimal): -4280253 or 4436158. OLE color: 4436158.

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

Color convert

RGB 190 176 67 -
CMYK 0 0.07 0.65 0.25
HSL 53.17º 0.49% 0.5% -
HSV(B) 53.17º 0.65% 0.75% -
XYZ 37.77 42.4 11.5 -
YUV 167.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 190 176 67 0 0.07 0.65 0.25 53.17 0.49 0.5
Hex BE B0 43 0 7 41 19 35 31 32
Octal 276 260 103 0 7 101 31 65 61 62
Binary 10111110 10110000 1000011 0 111 1000001 11001 110101 110001 110010

Color Harmonies of #BEB043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB043

Black with #BEB043

Text Example


Text Example

White with #BEB043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB043; }

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

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

background-color css

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

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

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

border-color css

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

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

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