Html Css Color HEX #BE912B Nugget

📋 copy color: '#BE912B'

red 190 ◦ green 145 ◦ blue 43

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

Shades of Nugget #BE912B

Tints of Nugget #BE912B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

 BLUE value IS 43 (17.19% from 255) = 11.38%

R = 50.26%
G = 38.36%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE912B (or 0xBE912B) is known color: Nugget. HEX triplet: BE, 91 and 2B. RGB value is (190,145,43). Sum of RGB (Red+Green+Blue) = 190+145+43=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE912B is #416ED4. Grayscale: #939393. Windows color (decimal): -4288213 or 2855358. OLE color: 2855358.

HSL color Cylindrical-coordinate representation of color #BE912B: hue angle of 41.63º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE912B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 145 43 -
CMYK 0 0.24 0.77 0.25
HSL 41.63º 0.63% 0.46% -
HSV(B) 41.63º 0.77% 0.75% -
XYZ 31.8 31.37 6.67 -
YUV 146.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 190 145 43 0 0.24 0.77 0.25 41.63 0.63 0.46
Hex BE 91 2B 0 18 4D 19 2A 3F 2E
Octal 276 221 53 0 30 115 31 52 77 56
Binary 10111110 10010001 101011 0 11000 1001101 11001 101010 111111 101110

Color Harmonies of #BE912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE912B

Black with #BE912B

Text Example


Text Example

White with #BE912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE912B; }

 p { color: rgb(190,145,43); }

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

background-color css

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

 a { background-color: rgb(190,145,43); }

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

border-color css

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

 span { border-color: rgb(190,145,43); }

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