Html Css Color HEX #BE8621 Nugget

📋 copy color: '#BE8621'

red 190 ◦ green 134 ◦ blue 33

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

Shades of Nugget #BE8621

Tints of Nugget #BE8621

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 53.22%
G = 37.54%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BE8621 (or 0xBE8621) is known color: Nugget. HEX triplet: BE, 86 and 21. RGB value is (190,134,33). Sum of RGB (Red+Green+Blue) = 190+134+33=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8621 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8621 is #4179DE. Grayscale: #8B8B8B. Windows color (decimal): -4291039 or 2197182. OLE color: 2197182.

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

Color convert

RGB 190 134 33 -
CMYK 0 0.29 0.83 0.25
HSL 38.6º 0.7% 0.44% -
HSV(B) 38.6º 0.83% 0.75% -
XYZ 30.03 28.11 5.28 -
YUV 139.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 190 134 33 0 0.29 0.83 0.25 38.6 0.7 0.44
Hex BE 86 21 0 1D 53 19 27 46 2C
Octal 276 206 41 0 35 123 31 47 106 54
Binary 10111110 10000110 100001 0 11101 1010011 11001 100111 1000110 101100

Color Harmonies of #BE8621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8621

Black with #BE8621

Text Example


Text Example

White with #BE8621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8621; }

 p { color: rgb(190,134,33); }

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

background-color css

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

 a { background-color: rgb(190,134,33); }

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

border-color css

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

 span { border-color: rgb(190,134,33); }

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