Html Css Color HEX #BE891D Nugget

📋 copy color: '#BE891D'

red 190 ◦ green 137 ◦ blue 29

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

Shades of Nugget #BE891D

Tints of Nugget #BE891D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 53.37%
G = 38.48%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BE891D (or 0xBE891D) is known color: Nugget. HEX triplet: BE, 89 and 1D. RGB value is (190,137,29). Sum of RGB (Red+Green+Blue) = 190+137+29=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE891D is #4176E2. Grayscale: #8D8D8D. Windows color (decimal): -4290275 or 1935806. OLE color: 1935806.

HSL color Cylindrical-coordinate representation of color #BE891D: hue angle of 40.25º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE891D is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 137 29 -
CMYK 0 0.28 0.85 0.25
HSL 40.25º 0.74% 0.43% -
HSV(B) 40.25º 0.85% 0.75% -
XYZ 30.4 28.93 5.14 -
YUV 140.54 65.06 163.28 -
System Red Green Blue C M Y K H S L
Decimal 190 137 29 0 0.28 0.85 0.25 40.25 0.74 0.43
Hex BE 89 1D 0 1C 55 19 28 4A 2B
Octal 276 211 35 0 34 125 31 50 112 53
Binary 10111110 10001001 11101 0 11100 1010101 11001 101000 1001010 101011

Color Harmonies of #BE891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE891D

Black with #BE891D

Text Example


Text Example

White with #BE891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE891D; }

 p { color: rgb(190,137,29); }

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

background-color css

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

 a { background-color: rgb(190,137,29); }

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

border-color css

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

 span { border-color: rgb(190,137,29); }

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