Html Css Color HEX #BE8A28 Nugget

📋 copy color: '#BE8A28'

red 190 ◦ green 138 ◦ blue 40

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

Shades of Nugget #BE8A28

Tints of Nugget #BE8A28

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 51.63%
G = 37.5%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE8A28 (or 0xBE8A28) is known color: Nugget. HEX triplet: BE, 8A and 28. RGB value is (190,138,40). Sum of RGB (Red+Green+Blue) = 190+138+40=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8A28 is #4175D7. Grayscale: #8E8E8E. Windows color (decimal): -4290008 or 2656958. OLE color: 2656958.

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

Color convert

RGB 190 138 40 -
CMYK 0 0.27 0.79 0.25
HSL 39.2º 0.65% 0.45% -
HSV(B) 39.2º 0.79% 0.75% -
XYZ 30.71 29.28 6.04 -
YUV 142.38 70.23 161.97 -
System Red Green Blue C M Y K H S L
Decimal 190 138 40 0 0.27 0.79 0.25 39.2 0.65 0.45
Hex BE 8A 28 0 1B 4F 19 27 41 2D
Octal 276 212 50 0 33 117 31 47 101 55
Binary 10111110 10001010 101000 0 11011 1001111 11001 100111 1000001 101101

Color Harmonies of #BE8A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A28

Black with #BE8A28

Text Example


Text Example

White with #BE8A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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