Html Css Color HEX #BE9427 Nugget

📋 copy color: '#BE9427'

red 190 ◦ green 148 ◦ blue 39

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

Shades of Nugget #BE9427

Tints of Nugget #BE9427

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.26%

 BLUE value IS 39 (15.63% from 255) = 10.34%

R = 50.4%
G = 39.26%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#BE9427 (or 0xBE9427) is known color: Nugget. HEX triplet: BE, 94 and 27. RGB value is (190,148,39). Sum of RGB (Red+Green+Blue) = 190+148+39=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 39 (15.62% from 255 or 10.34% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9427 is #416BD8. Grayscale: #949494. Windows color (decimal): -4287449 or 2593982. OLE color: 2593982.

HSL color Cylindrical-coordinate representation of color #BE9427: hue angle of 43.31º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE9427 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 39 -
CMYK 0 0.22 0.79 0.25
HSL 43.31º 0.66% 0.45% -
HSV(B) 43.31º 0.79% 0.75% -
XYZ 32.19 32.27 6.45 -
YUV 148.13 66.41 157.86 -
System Red Green Blue C M Y K H S L
Decimal 190 148 39 0 0.22 0.79 0.25 43.31 0.66 0.45
Hex BE 94 27 0 16 4F 19 2B 42 2D
Octal 276 224 47 0 26 117 31 53 102 55
Binary 10111110 10010100 100111 0 10110 1001111 11001 101011 1000010 101101

Color Harmonies of #BE9427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9427

Black with #BE9427

Text Example


Text Example

White with #BE9427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9427; }

 p { color: rgb(190,148,39); }

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

background-color css

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

 a { background-color: rgb(190,148,39); }

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

border-color css

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

 span { border-color: rgb(190,148,39); }

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