Html Css Color HEX #BE8F22 Nugget

📋 copy color: '#BE8F22'

red 190 ◦ green 143 ◦ blue 34

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

Shades of Nugget #BE8F22

Tints of Nugget #BE8F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.26%

R = 51.77%
G = 38.96%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE8F22 (or 0xBE8F22) is known color: Nugget. HEX triplet: BE, 8F and 22. RGB value is (190,143,34). Sum of RGB (Red+Green+Blue) = 190+143+34=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 143 (56.25% from 255 or 38.96% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8F22 is #4170DD. Grayscale: #919191. Windows color (decimal): -4288734 or 2265022. OLE color: 2265022.

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

Color convert

RGB 190 143 34 -
CMYK 0 0.25 0.82 0.25
HSL 41.92º 0.7% 0.44% -
HSV(B) 41.92º 0.82% 0.75% -
XYZ 31.35 30.71 5.79 -
YUV 144.63 65.57 160.36 -
System Red Green Blue C M Y K H S L
Decimal 190 143 34 0 0.25 0.82 0.25 41.92 0.7 0.44
Hex BE 8F 22 0 19 52 19 2A 46 2C
Octal 276 217 42 0 31 122 31 52 106 54
Binary 10111110 10001111 100010 0 11001 1010010 11001 101010 1000110 101100

Color Harmonies of #BE8F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8F22

Black with #BE8F22

Text Example


Text Example

White with #BE8F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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