Html Css Color HEX #BEB144 Brass

📋 copy color: '#BEB144'

red 190 ◦ green 177 ◦ blue 68

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

Shades of Brass #BEB144

Tints of Brass #BEB144

RGB

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

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

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

R = 43.68%
G = 40.69%
B = 15.63%

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

#BEB144 (or 0xBEB144) is known color: Brass. HEX triplet: BE, B1 and 44. RGB value is (190,177,68). Sum of RGB (Red+Green+Blue) = 190+177+68=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB144 is #414EBB. Grayscale: #A8A8A8. Windows color (decimal): -4279996 or 4501950. OLE color: 4501950.

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

Color convert

RGB 190 177 68 -
CMYK 0 0.07 0.64 0.25
HSL 53.61º 0.48% 0.51% -
HSV(B) 53.61º 0.64% 0.75% -
XYZ 38 42.81 11.73 -
YUV 168.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 190 177 68 0 0.07 0.64 0.25 53.61 0.48 0.51
Hex BE B1 44 0 7 40 19 36 30 33
Octal 276 261 104 0 7 100 31 66 60 63
Binary 10111110 10110001 1000100 0 111 1000000 11001 110110 110000 110011

Color Harmonies of #BEB144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB144

Black with #BEB144

Text Example


Text Example

White with #BEB144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB144; }

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

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

background-color css

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

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

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

border-color css

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

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

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