Html Css Color HEX #BE8800 Dark Goldenrod

📋 copy color: '#BE8800'

red 190 ◦ green 136 ◦ blue 0

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

Shades of Dark Goldenrod #BE8800

Tints of Dark Goldenrod #BE8800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.28%
G = 41.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BE8800 (or 0xBE8800) is known color: Dark Goldenrod. HEX triplet: BE, 88 and 00. RGB value is (190,136,0). Sum of RGB (Red+Green+Blue) = 190+136+0=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8800 is #4177FF. Grayscale: #898989. Windows color (decimal): -4290560 or 35006. OLE color: 35006.

HSL color Cylindrical-coordinate representation of color #BE8800: hue angle of 42.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE8800 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 0 -
CMYK 0 0.28 1 0.25
HSL 42.95º 1% 0.37% -
HSV(B) 42.95º 1% 0.75% -
XYZ 30.04 28.56 3.93 -
YUV 136.64 50.89 166.06 -
System Red Green Blue C M Y K H S L
Decimal 190 136 0 0 0.28 1 0.25 42.95 1 0.37
Hex BE 88 0 0 1C 64 19 2B 64 25
Octal 276 210 0 0 34 144 31 53 144 45
Binary 10111110 10001000 0 0 11100 1100100 11001 101011 1100100 100101

Color Harmonies of #BE8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8800

Black with #BE8800

Text Example


Text Example

White with #BE8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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