Html Css Color HEX #BE932F Nugget

📋 copy color: '#BE932F'

red 190 ◦ green 147 ◦ blue 47

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

Shades of Nugget #BE932F

Tints of Nugget #BE932F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.28%

 BLUE value IS 47 (18.75% from 255) = 12.24%

R = 49.48%
G = 38.28%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE932F (or 0xBE932F) is known color: Nugget. HEX triplet: BE, 93 and 2F. RGB value is (190,147,47). Sum of RGB (Red+Green+Blue) = 190+147+47=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 47 (18.75% from 255 or 12.24% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE932F is #416CD0. Grayscale: #949494. Windows color (decimal): -4287697 or 3118014. OLE color: 3118014.

HSL color Cylindrical-coordinate representation of color #BE932F: hue angle of 41.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE932F is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 147 47 -
CMYK 0 0.23 0.75 0.25
HSL 41.96º 0.6% 0.46% -
HSV(B) 41.96º 0.75% 0.75% -
XYZ 32.18 32.02 7.17 -
YUV 148.46 70.75 157.63 -
System Red Green Blue C M Y K H S L
Decimal 190 147 47 0 0.23 0.75 0.25 41.96 0.6 0.46
Hex BE 93 2F 0 17 4B 19 2A 3C 2E
Octal 276 223 57 0 27 113 31 52 74 56
Binary 10111110 10010011 101111 0 10111 1001011 11001 101010 111100 101110

Color Harmonies of #BE932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE932F

Black with #BE932F

Text Example


Text Example

White with #BE932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE932F; }

 p { color: rgb(190,147,47); }

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

background-color css

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

 a { background-color: rgb(190,147,47); }

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

border-color css

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

 span { border-color: rgb(190,147,47); }

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