Html Css Color HEX #BE9326 Nugget

📋 copy color: '#BE9326'

red 190 ◦ green 147 ◦ blue 38

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

Shades of Nugget #BE9326

Tints of Nugget #BE9326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.13%

R = 50.67%
G = 39.2%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.8

 K value IS 0.25

RGB Variations

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

Color information

#BE9326 (or 0xBE9326) is known color: Nugget. HEX triplet: BE, 93 and 26. RGB value is (190,147,38). Sum of RGB (Red+Green+Blue) = 190+147+38=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 38 (15.23% from 255 or 10.13% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9326 is #416CD9. Grayscale: #939393. Windows color (decimal): -4287706 or 2528190. OLE color: 2528190.

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

Color convert

RGB 190 147 38 -
CMYK 0 0.23 0.8 0.25
HSL 43.03º 0.67% 0.45% -
HSV(B) 43.03º 0.8% 0.75% -
XYZ 32.02 31.95 6.31 -
YUV 147.43 66.25 158.36 -
System Red Green Blue C M Y K H S L
Decimal 190 147 38 0 0.23 0.8 0.25 43.03 0.67 0.45
Hex BE 93 26 0 17 50 19 2B 43 2D
Octal 276 223 46 0 27 120 31 53 103 55
Binary 10111110 10010011 100110 0 10111 1010000 11001 101011 1000011 101101

Color Harmonies of #BE9326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9326

Black with #BE9326

Text Example


Text Example

White with #BE9326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9326; }

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

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

background-color css

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

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

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

border-color css

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

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

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