Html Css Color HEX #BEB33D Brass

📋 copy color: '#BEB33D'

red 190 ◦ green 179 ◦ blue 61

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

Shades of Brass #BEB33D

Tints of Brass #BEB33D

RGB

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

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

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

R = 44.19%
G = 41.63%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#BEB33D (or 0xBEB33D) is known color: Brass. HEX triplet: BE, B3 and 3D. RGB value is (190,179,61). Sum of RGB (Red+Green+Blue) = 190+179+61=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB33D is #414CC2. Grayscale: #A9A9A9. Windows color (decimal): -4279491 or 4043710. OLE color: 4043710.

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

Color convert

RGB 190 179 61 -
CMYK 0 0.06 0.68 0.25
HSL 54.88º 0.51% 0.49% -
HSV(B) 54.88º 0.68% 0.75% -
XYZ 38.2 43.52 10.8 -
YUV 168.84 67.14 143.09 -
System Red Green Blue C M Y K H S L
Decimal 190 179 61 0 0.06 0.68 0.25 54.88 0.51 0.49
Hex BE B3 3D 0 6 44 19 37 33 31
Octal 276 263 75 0 6 104 31 67 63 61
Binary 10111110 10110011 111101 0 110 1000100 11001 110111 110011 110001

Color Harmonies of #BEB33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB33D

Black with #BEB33D

Text Example


Text Example

White with #BEB33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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