Html Css Color HEX #BE9623 Nugget

📋 copy color: '#BE9623'

red 190 ◦ green 150 ◦ blue 35

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

Shades of Nugget #BE9623

Tints of Nugget #BE9623

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40%

 BLUE value IS 35 (14.06% from 255) = 9.33%

R = 50.67%
G = 40%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE9623 (or 0xBE9623) is known color: Nugget. HEX triplet: BE, 96 and 23. RGB value is (190,150,35). Sum of RGB (Red+Green+Blue) = 190+150+35=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9623 is #4169DC. Grayscale: #959595. Windows color (decimal): -4286941 or 2332350. OLE color: 2332350.

HSL color Cylindrical-coordinate representation of color #BE9623: hue angle of 44.52º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE9623 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 150 35 -
CMYK 0 0.21 0.82 0.25
HSL 44.52º 0.69% 0.44% -
HSV(B) 44.52º 0.82% 0.75% -
XYZ 32.44 32.88 6.23 -
YUV 148.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 190 150 35 0 0.21 0.82 0.25 44.52 0.69 0.44
Hex BE 96 23 0 15 52 19 2D 45 2C
Octal 276 226 43 0 25 122 31 55 105 54
Binary 10111110 10010110 100011 0 10101 1010010 11001 101101 1000101 101100

Color Harmonies of #BE9623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9623

Black with #BE9623

Text Example


Text Example

White with #BE9623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9623; }

 p { color: rgb(190,150,35); }

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

background-color css

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

 a { background-color: rgb(190,150,35); }

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

border-color css

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

 span { border-color: rgb(190,150,35); }

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