Html Css Color HEX #BE9123 Nugget

📋 copy color: '#BE9123'

red 190 ◦ green 145 ◦ blue 35

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

Shades of Nugget #BE9123

Tints of Nugget #BE9123

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.19%

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

R = 51.35%
G = 39.19%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE9123 (or 0xBE9123) is known color: Nugget. HEX triplet: BE, 91 and 23. RGB value is (190,145,35). Sum of RGB (Red+Green+Blue) = 190+145+35=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9123 is #416EDC. Grayscale: #929292. Windows color (decimal): -4288221 or 2331070. OLE color: 2331070.

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

Color convert

RGB 190 145 35 -
CMYK 0 0.24 0.82 0.25
HSL 42.58º 0.69% 0.44% -
HSV(B) 42.58º 0.82% 0.75% -
XYZ 31.66 31.32 5.97 -
YUV 145.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 190 145 35 0 0.24 0.82 0.25 42.58 0.69 0.44
Hex BE 91 23 0 18 52 19 2B 45 2C
Octal 276 221 43 0 30 122 31 53 105 54
Binary 10111110 10010001 100011 0 11000 1010010 11001 101011 1000101 101100

Color Harmonies of #BE9123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9123

Black with #BE9123

Text Example


Text Example

White with #BE9123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9123; }

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

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

background-color css

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

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

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

border-color css

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

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

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