Html Css Color HEX #BEB13D Brass

📋 copy color: '#BEB13D'

red 190 ◦ green 177 ◦ blue 61

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

Shades of Brass #BEB13D

Tints of Brass #BEB13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.25%

R = 44.39%
G = 41.36%
B = 14.25%

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

#BEB13D (or 0xBEB13D) is known color: Brass. HEX triplet: BE, B1 and 3D. RGB value is (190,177,61). Sum of RGB (Red+Green+Blue) = 190+177+61=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 61 (24.22% from 255 or 14.25% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB13D is #414EC2. Grayscale: #A8A8A8. Windows color (decimal): -4280003 or 4043198. OLE color: 4043198.

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

Color convert

RGB 190 177 61 -
CMYK 0 0.07 0.68 0.25
HSL 53.95º 0.51% 0.49% -
HSV(B) 53.95º 0.68% 0.75% -
XYZ 37.8 42.73 10.67 -
YUV 167.66 67.81 143.93 -
System Red Green Blue C M Y K H S L
Decimal 190 177 61 0 0.07 0.68 0.25 53.95 0.51 0.49
Hex BE B1 3D 0 7 44 19 36 33 31
Octal 276 261 75 0 7 104 31 66 63 61
Binary 10111110 10110001 111101 0 111 1000100 11001 110110 110011 110001

Color Harmonies of #BEB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB13D

Black with #BEB13D

Text Example


Text Example

White with #BEB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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