Html Css Color HEX #BE9107 Dark Goldenrod

📋 copy color: '#BE9107'

red 190 ◦ green 145 ◦ blue 7

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

Shades of Dark Goldenrod #BE9107

Tints of Dark Goldenrod #BE9107

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.4%

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

R = 55.56%
G = 42.4%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE9107 (or 0xBE9107) is known color: Dark Goldenrod. HEX triplet: BE, 91 and 07. RGB value is (190,145,7). Sum of RGB (Red+Green+Blue) = 190+145+7=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 145 (57.03% from 255 or 42.40% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE9107 is #416EF8. Grayscale: #8F8F8F. Windows color (decimal): -4288249 or 496062. OLE color: 496062.

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

Color convert

RGB 190 145 7 -
CMYK 0 0.24 0.96 0.25
HSL 45.25º 0.93% 0.39% -
HSV(B) 45.25º 0.96% 0.75% -
XYZ 31.4 31.21 4.57 -
YUV 142.72 51.41 161.72 -
System Red Green Blue C M Y K H S L
Decimal 190 145 7 0 0.24 0.96 0.25 45.25 0.93 0.39
Hex BE 91 7 0 18 60 19 2D 5D 27
Octal 276 221 7 0 30 140 31 55 135 47
Binary 10111110 10010001 111 0 11000 1100000 11001 101101 1011101 100111

Color Harmonies of #BE9107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9107

Black with #BE9107

Text Example


Text Example

White with #BE9107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9107; }

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

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

background-color css

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

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

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

border-color css

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

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

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