Html Css Color HEX #BE9C33 Nugget

📋 copy color: '#BE9C33'

red 190 ◦ green 156 ◦ blue 51

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

Shades of Nugget #BE9C33

Tints of Nugget #BE9C33

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 47.86%
G = 39.29%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE9C33 (or 0xBE9C33) is known color: Nugget. HEX triplet: BE, 9C and 33. RGB value is (190,156,51). Sum of RGB (Red+Green+Blue) = 190+156+51=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C33 is #4163CC. Grayscale: #9A9A9A. Windows color (decimal): -4285389 or 3382462. OLE color: 3382462.

HSL color Cylindrical-coordinate representation of color #BE9C33: hue angle of 45.32º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE9C33 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 156 51 -
CMYK 0 0.18 0.73 0.25
HSL 45.32º 0.58% 0.47% -
HSV(B) 45.32º 0.73% 0.75% -
XYZ 33.72 34.96 8.1 -
YUV 154.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 190 156 51 0 0.18 0.73 0.25 45.32 0.58 0.47
Hex BE 9C 33 0 12 49 19 2D 3A 2F
Octal 276 234 63 0 22 111 31 55 72 57
Binary 10111110 10011100 110011 0 10010 1001001 11001 101101 111010 101111

Color Harmonies of #BE9C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9C33

Black with #BE9C33

Text Example


Text Example

White with #BE9C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9C33; }

 p { color: rgb(190,156,51); }

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

background-color css

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

 a { background-color: rgb(190,156,51); }

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

border-color css

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

 span { border-color: rgb(190,156,51); }

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