Html Css Color HEX #BE7D07 Dark Goldenrod

📋 copy color: '#BE7D07'

red 190 ◦ green 125 ◦ blue 7

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

Shades of Dark Goldenrod #BE7D07

Tints of Dark Goldenrod #BE7D07

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.82%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 59.01%
G = 38.82%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE7D07 (or 0xBE7D07) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 07. RGB value is (190,125,7). Sum of RGB (Red+Green+Blue) = 190+125+7=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D07 is #4182F8. Grayscale: #838383. Windows color (decimal): -4293369 or 490942. OLE color: 490942.

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

Color convert

RGB 190 125 7 -
CMYK 0 0.34 0.96 0.25
HSL 38.69º 0.93% 0.39% -
HSV(B) 38.69º 0.96% 0.75% -
XYZ 28.61 25.63 3.64 -
YUV 130.98 58.03 170.09 -
System Red Green Blue C M Y K H S L
Decimal 190 125 7 0 0.34 0.96 0.25 38.69 0.93 0.39
Hex BE 7D 7 0 22 60 19 27 5D 27
Octal 276 175 7 0 42 140 31 47 135 47
Binary 10111110 1111101 111 0 100010 1100000 11001 100111 1011101 100111

Color Harmonies of #BE7D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D07

Black with #BE7D07

Text Example


Text Example

White with #BE7D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D07; }

 p { color: rgb(190,125,7); }

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

background-color css

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

 a { background-color: rgb(190,125,7); }

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

border-color css

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

 span { border-color: rgb(190,125,7); }

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