Html Css Color HEX #BE9732 Nugget

📋 copy color: '#BE9732'

red 190 ◦ green 151 ◦ blue 50

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

Shades of Nugget #BE9732

Tints of Nugget #BE9732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.62%

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 48.59%
G = 38.62%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE9732 (or 0xBE9732) is known color: Nugget. HEX triplet: BE, 97 and 32. RGB value is (190,151,50). Sum of RGB (Red+Green+Blue) = 190+151+50=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 151 (59.38% from 255 or 38.62% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9732 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9732 is #4168CD. Grayscale: #979797. Windows color (decimal): -4286670 or 3315646. OLE color: 3315646.

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

Color convert

RGB 190 151 50 -
CMYK 0 0.21 0.74 0.25
HSL 43.29º 0.58% 0.47% -
HSV(B) 43.29º 0.74% 0.75% -
XYZ 32.88 33.31 7.71 -
YUV 151.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 190 151 50 0 0.21 0.74 0.25 43.29 0.58 0.47
Hex BE 97 32 0 15 4A 19 2B 3A 2F
Octal 276 227 62 0 25 112 31 53 72 57
Binary 10111110 10010111 110010 0 10101 1001010 11001 101011 111010 101111

Color Harmonies of #BE9732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9732

Black with #BE9732

Text Example


Text Example

White with #BE9732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9732; }

 p { color: rgb(190,151,50); }

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

background-color css

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

 a { background-color: rgb(190,151,50); }

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

border-color css

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

 span { border-color: rgb(190,151,50); }

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