Html Css Color HEX #BE8C28 Nugget

📋 copy color: '#BE8C28'

red 190 ◦ green 140 ◦ blue 40

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

Shades of Nugget #BE8C28

Tints of Nugget #BE8C28

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.84%

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 51.35%
G = 37.84%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE8C28 (or 0xBE8C28) is known color: Nugget. HEX triplet: BE, 8C and 28. RGB value is (190,140,40). Sum of RGB (Red+Green+Blue) = 190+140+40=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8C28 is #4173D7. Grayscale: #909090. Windows color (decimal): -4289496 or 2657470. OLE color: 2657470.

HSL color Cylindrical-coordinate representation of color #BE8C28: hue angle of 40º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE8C28 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 40 -
CMYK 0 0.26 0.79 0.25
HSL 40º 0.65% 0.45% -
HSV(B) 40º 0.79% 0.75% -
XYZ 31 29.86 6.14 -
YUV 143.55 69.57 161.13 -
System Red Green Blue C M Y K H S L
Decimal 190 140 40 0 0.26 0.79 0.25 40 0.65 0.45
Hex BE 8C 28 0 1A 4F 19 28 41 2D
Octal 276 214 50 0 32 117 31 50 101 55
Binary 10111110 10001100 101000 0 11010 1001111 11001 101000 1000001 101101

Color Harmonies of #BE8C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C28

Black with #BE8C28

Text Example


Text Example

White with #BE8C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C28; }

 p { color: rgb(190,140,40); }

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

background-color css

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

 a { background-color: rgb(190,140,40); }

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

border-color css

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

 span { border-color: rgb(190,140,40); }

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