Html Css Color HEX #BE7E01 Dark Goldenrod

📋 copy color: '#BE7E01'

red 190 ◦ green 126 ◦ blue 1

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

Shades of Dark Goldenrod #BE7E01

Tints of Dark Goldenrod #BE7E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.75%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 59.94%
G = 39.75%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BE7E01 (or 0xBE7E01) is known color: Dark Goldenrod. HEX triplet: BE, 7E and 01. RGB value is (190,126,1). Sum of RGB (Red+Green+Blue) = 190+126+1=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7E01 is #4181FE. Grayscale: #838383. Windows color (decimal): -4293119 or 97982. OLE color: 97982.

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

Color convert

RGB 190 126 1 -
CMYK 0 0.34 0.99 0.25
HSL 39.68º 0.99% 0.37% -
HSV(B) 39.68º 0.99% 0.75% -
XYZ 28.7 25.87 3.51 -
YUV 130.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 190 126 1 0 0.34 0.99 0.25 39.68 0.99 0.37
Hex BE 7E 1 0 22 63 19 28 63 25
Octal 276 176 1 0 42 143 31 50 143 45
Binary 10111110 1111110 1 0 100010 1100011 11001 101000 1100011 100101

Color Harmonies of #BE7E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E01

Black with #BE7E01

Text Example


Text Example

White with #BE7E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E01; }

 p { color: rgb(190,126,1); }

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

background-color css

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

 a { background-color: rgb(190,126,1); }

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

border-color css

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

 span { border-color: rgb(190,126,1); }

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