Html Css Color HEX #BE9522 Nugget

📋 copy color: '#BE9522'

red 190 ◦ green 149 ◦ blue 34

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

Shades of Nugget #BE9522

Tints of Nugget #BE9522

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

 BLUE value IS 34 (13.67% from 255) = 9.12%

R = 50.94%
G = 39.95%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE9522 (or 0xBE9522) is known color: Nugget. HEX triplet: BE, 95 and 22. RGB value is (190,149,34). Sum of RGB (Red+Green+Blue) = 190+149+34=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9522 is #416ADD. Grayscale: #949494. Windows color (decimal): -4287198 or 2266558. OLE color: 2266558.

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

Color convert

RGB 190 149 34 -
CMYK 0 0.22 0.82 0.25
HSL 44.23º 0.7% 0.44% -
HSV(B) 44.23º 0.82% 0.75% -
XYZ 32.27 32.56 6.1 -
YUV 148.15 63.58 157.85 -
System Red Green Blue C M Y K H S L
Decimal 190 149 34 0 0.22 0.82 0.25 44.23 0.7 0.44
Hex BE 95 22 0 16 52 19 2C 46 2C
Octal 276 225 42 0 26 122 31 54 106 54
Binary 10111110 10010101 100010 0 10110 1010010 11001 101100 1000110 101100

Color Harmonies of #BE9522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9522

Black with #BE9522

Text Example


Text Example

White with #BE9522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9522; }

 p { color: rgb(190,149,34); }

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

background-color css

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

 a { background-color: rgb(190,149,34); }

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

border-color css

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

 span { border-color: rgb(190,149,34); }

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