Html Css Color HEX #BE922B Nugget

📋 copy color: '#BE922B'

red 190 ◦ green 146 ◦ blue 43

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

Shades of Nugget #BE922B

Tints of Nugget #BE922B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.52%

 BLUE value IS 43 (17.19% from 255) = 11.35%

R = 50.13%
G = 38.52%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE922B (or 0xBE922B) is known color: Nugget. HEX triplet: BE, 92 and 2B. RGB value is (190,146,43). Sum of RGB (Red+Green+Blue) = 190+146+43=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE922B is #416DD4. Grayscale: #939393. Windows color (decimal): -4287957 or 2855614. OLE color: 2855614.

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

Color convert

RGB 190 146 43 -
CMYK 0 0.23 0.77 0.25
HSL 42.04º 0.63% 0.46% -
HSV(B) 42.04º 0.77% 0.75% -
XYZ 31.95 31.68 6.72 -
YUV 147.41 69.08 158.38 -
System Red Green Blue C M Y K H S L
Decimal 190 146 43 0 0.23 0.77 0.25 42.04 0.63 0.46
Hex BE 92 2B 0 17 4D 19 2A 3F 2E
Octal 276 222 53 0 27 115 31 52 77 56
Binary 10111110 10010010 101011 0 10111 1001101 11001 101010 111111 101110

Color Harmonies of #BE922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE922B

Black with #BE922B

Text Example


Text Example

White with #BE922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE922B; }

 p { color: rgb(190,146,43); }

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

background-color css

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

 a { background-color: rgb(190,146,43); }

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

border-color css

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

 span { border-color: rgb(190,146,43); }

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