Html Css Color HEX #BE8A0D Dark Goldenrod

📋 copy color: '#BE8A0D'

red 190 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #BE8A0D

Tints of Dark Goldenrod #BE8A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.81%

R = 55.72%
G = 40.47%
B = 3.81%

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

#BE8A0D (or 0xBE8A0D) is known color: Dark Goldenrod. HEX triplet: BE, 8A and 0D. RGB value is (190,138,13). Sum of RGB (Red+Green+Blue) = 190+138+13=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A0D is #4175F2. Grayscale: #8B8B8B. Windows color (decimal): -4290035 or 887486. OLE color: 887486.

HSL color Cylindrical-coordinate representation of color #BE8A0D: hue angle of 42.37º degrees, saturation: 0.87, 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 #BE8A0D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 138 13 -
CMYK 0 0.27 0.93 0.25
HSL 42.37º 0.87% 0.4% -
HSV(B) 42.37º 0.93% 0.75% -
XYZ 30.4 29.15 4.41 -
YUV 139.3 56.73 164.16 -
System Red Green Blue C M Y K H S L
Decimal 190 138 13 0 0.27 0.93 0.25 42.37 0.87 0.4
Hex BE 8A D 0 1B 5D 19 2A 57 28
Octal 276 212 15 0 33 135 31 52 127 50
Binary 10111110 10001010 1101 0 11011 1011101 11001 101010 1010111 101000

Color Harmonies of #BE8A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A0D

Black with #BE8A0D

Text Example


Text Example

White with #BE8A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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