Html Css Color HEX #BE8F29 Nugget

📋 copy color: '#BE8F29'

red 190 ◦ green 143 ◦ blue 41

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

Shades of Nugget #BE8F29

Tints of Nugget #BE8F29

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.24%

 BLUE value IS 41 (16.41% from 255) = 10.96%

R = 50.8%
G = 38.24%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE8F29 (or 0xBE8F29) is known color: Nugget. HEX triplet: BE, 8F and 29. RGB value is (190,143,41). Sum of RGB (Red+Green+Blue) = 190+143+41=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F29 is #4170D6. Grayscale: #919191. Windows color (decimal): -4288727 or 2723774. OLE color: 2723774.

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

Color convert

RGB 190 143 41 -
CMYK 0 0.25 0.78 0.25
HSL 41.07º 0.65% 0.45% -
HSV(B) 41.07º 0.78% 0.75% -
XYZ 31.46 30.75 6.38 -
YUV 145.43 69.07 159.79 -
System Red Green Blue C M Y K H S L
Decimal 190 143 41 0 0.25 0.78 0.25 41.07 0.65 0.45
Hex BE 8F 29 0 19 4E 19 29 41 2D
Octal 276 217 51 0 31 116 31 51 101 55
Binary 10111110 10001111 101001 0 11001 1001110 11001 101001 1000001 101101

Color Harmonies of #BE8F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F29

Black with #BE8F29

Text Example


Text Example

White with #BE8F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F29; }

 p { color: rgb(190,143,41); }

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

background-color css

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

 a { background-color: rgb(190,143,41); }

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

border-color css

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

 span { border-color: rgb(190,143,41); }

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