Html Css Color HEX #BEB13C Brass

📋 copy color: '#BEB13C'

red 190 ◦ green 177 ◦ blue 60

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

Shades of Brass #BEB13C

Tints of Brass #BEB13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 44.5%
G = 41.45%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEB13C (or 0xBEB13C) is known color: Brass. HEX triplet: BE, B1 and 3C. RGB value is (190,177,60). Sum of RGB (Red+Green+Blue) = 190+177+60=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB13C is #414EC3. Grayscale: #A8A8A8. Windows color (decimal): -4280004 or 3977662. OLE color: 3977662.

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

Color convert

RGB 190 177 60 -
CMYK 0 0.07 0.68 0.25
HSL 54º 0.52% 0.49% -
HSV(B) 54º 0.68% 0.75% -
XYZ 37.77 42.72 10.53 -
YUV 167.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 190 177 60 0 0.07 0.68 0.25 54 0.52 0.49
Hex BE B1 3C 0 7 44 19 36 34 31
Octal 276 261 74 0 7 104 31 66 64 61
Binary 10111110 10110001 111100 0 111 1000100 11001 110110 110100 110001

Color Harmonies of #BEB13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB13C

Black with #BEB13C

Text Example


Text Example

White with #BEB13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB13C; }

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

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

background-color css

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

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

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

border-color css

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

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

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