Html Css Color HEX #BE8823 Nugget

📋 copy color: '#BE8823'

red 190 ◦ green 136 ◦ blue 35

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

Shades of Nugget #BE8823

Tints of Nugget #BE8823

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 52.63%
G = 37.67%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BE8823 (or 0xBE8823) is known color: Nugget. HEX triplet: BE, 88 and 23. RGB value is (190,136,35). Sum of RGB (Red+Green+Blue) = 190+136+35=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE8823 is #4177DC. Grayscale: #8D8D8D. Windows color (decimal): -4290525 or 2328766. OLE color: 2328766.

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

Color convert

RGB 190 136 35 -
CMYK 0 0.28 0.82 0.25
HSL 39.1º 0.69% 0.44% -
HSV(B) 39.1º 0.82% 0.75% -
XYZ 30.34 28.68 5.53 -
YUV 140.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 190 136 35 0 0.28 0.82 0.25 39.1 0.69 0.44
Hex BE 88 23 0 1C 52 19 27 45 2C
Octal 276 210 43 0 34 122 31 47 105 54
Binary 10111110 10001000 100011 0 11100 1010010 11001 100111 1000101 101100

Color Harmonies of #BE8823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8823

Black with #BE8823

Text Example


Text Example

White with #BE8823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8823; }

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

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

background-color css

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

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

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

border-color css

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

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

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