Html Css Color HEX #BE8A0E Dark Goldenrod

📋 copy color: '#BE8A0E'

red 190 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #BE8A0E

Tints of Dark Goldenrod #BE8A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 55.56%
G = 40.35%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BE8A0E (or 0xBE8A0E) is known color: Dark Goldenrod. HEX triplet: BE, 8A and 0E. RGB value is (190,138,14). Sum of RGB (Red+Green+Blue) = 190+138+14=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A0E is #4175F1. Grayscale: #8B8B8B. Windows color (decimal): -4290034 or 953022. OLE color: 953022.

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

Color convert

RGB 190 138 14 -
CMYK 0 0.27 0.93 0.25
HSL 42.27º 0.86% 0.4% -
HSV(B) 42.27º 0.93% 0.75% -
XYZ 30.4 29.16 4.44 -
YUV 139.41 57.23 164.08 -
System Red Green Blue C M Y K H S L
Decimal 190 138 14 0 0.27 0.93 0.25 42.27 0.86 0.4
Hex BE 8A E 0 1B 5D 19 2A 56 28
Octal 276 212 16 0 33 135 31 52 126 50
Binary 10111110 10001010 1110 0 11011 1011101 11001 101010 1010110 101000

Color Harmonies of #BE8A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A0E

Black with #BE8A0E

Text Example


Text Example

White with #BE8A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A0E; }

 p { color: rgb(190,138,14); }

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

background-color css

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

 a { background-color: rgb(190,138,14); }

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

border-color css

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

 span { border-color: rgb(190,138,14); }

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