Html Css Color HEX #BE9423 Nugget

📋 copy color: '#BE9423'

red 190 ◦ green 148 ◦ blue 35

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

Shades of Nugget #BE9423

Tints of Nugget #BE9423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.38%

R = 50.94%
G = 39.68%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE9423 (or 0xBE9423) is known color: Nugget. HEX triplet: BE, 94 and 23. RGB value is (190,148,35). Sum of RGB (Red+Green+Blue) = 190+148+35=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9423 is #416BDC. Grayscale: #949494. Windows color (decimal): -4287453 or 2331838. OLE color: 2331838.

HSL color Cylindrical-coordinate representation of color #BE9423: hue angle of 43.74º degrees, saturation: 0.69, 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 #BE9423 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 35 -
CMYK 0 0.22 0.82 0.25
HSL 43.74º 0.69% 0.44% -
HSV(B) 43.74º 0.82% 0.75% -
XYZ 32.13 32.25 6.12 -
YUV 147.68 64.41 158.19 -
System Red Green Blue C M Y K H S L
Decimal 190 148 35 0 0.22 0.82 0.25 43.74 0.69 0.44
Hex BE 94 23 0 16 52 19 2C 45 2C
Octal 276 224 43 0 26 122 31 54 105 54
Binary 10111110 10010100 100011 0 10110 1010010 11001 101100 1000101 101100

Color Harmonies of #BE9423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9423

Black with #BE9423

Text Example


Text Example

White with #BE9423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9423; }

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

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

background-color css

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

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

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

border-color css

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

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

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