Html Css Color HEX #BE892A Nugget

📋 copy color: '#BE892A'

red 190 ◦ green 137 ◦ blue 42

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

Shades of Nugget #BE892A

Tints of Nugget #BE892A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.38%

R = 51.49%
G = 37.13%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE892A (or 0xBE892A) is known color: Nugget. HEX triplet: BE, 89 and 2A. RGB value is (190,137,42). Sum of RGB (Red+Green+Blue) = 190+137+42=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE892A is #4176D5. Grayscale: #8E8E8E. Windows color (decimal): -4290262 or 2787774. OLE color: 2787774.

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

Color convert

RGB 190 137 42 -
CMYK 0 0.28 0.78 0.25
HSL 38.51º 0.64% 0.45% -
HSV(B) 38.51º 0.78% 0.75% -
XYZ 30.6 29.01 6.18 -
YUV 142.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 190 137 42 0 0.28 0.78 0.25 38.51 0.64 0.45
Hex BE 89 2A 0 1C 4E 19 27 40 2D
Octal 276 211 52 0 34 116 31 47 100 55
Binary 10111110 10001001 101010 0 11100 1001110 11001 100111 1000000 101101

Color Harmonies of #BE892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE892A

Black with #BE892A

Text Example


Text Example

White with #BE892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE892A; }

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

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

background-color css

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

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

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

border-color css

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

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

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