Html Css Color HEX #BE881D Nugget

📋 copy color: '#BE881D'

red 190 ◦ green 136 ◦ blue 29

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

Shades of Nugget #BE881D

Tints of Nugget #BE881D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.31%

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

R = 53.52%
G = 38.31%
B = 8.17%

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

#BE881D (or 0xBE881D) is known color: Nugget. HEX triplet: BE, 88 and 1D. RGB value is (190,136,29). Sum of RGB (Red+Green+Blue) = 190+136+29=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE881D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE881D is #4177E2. Grayscale: #8C8C8C. Windows color (decimal): -4290531 or 1935550. OLE color: 1935550.

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

Color convert

RGB 190 136 29 -
CMYK 0 0.28 0.85 0.25
HSL 39.88º 0.74% 0.43% -
HSV(B) 39.88º 0.85% 0.75% -
XYZ 30.26 28.64 5.1 -
YUV 139.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 190 136 29 0 0.28 0.85 0.25 39.88 0.74 0.43
Hex BE 88 1D 0 1C 55 19 28 4A 2B
Octal 276 210 35 0 34 125 31 50 112 53
Binary 10111110 10001000 11101 0 11100 1010101 11001 101000 1001010 101011

Color Harmonies of #BE881D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE881D

Black with #BE881D

Text Example


Text Example

White with #BE881D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE881D; }

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

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

background-color css

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

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

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

border-color css

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

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

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