Html Css Color HEX #BE8A13 Dark Goldenrod

📋 copy color: '#BE8A13'

red 190 ◦ green 138 ◦ blue 19

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

Shades of Dark Goldenrod #BE8A13

Tints of Dark Goldenrod #BE8A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.48%

R = 54.76%
G = 39.77%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BE8A13 (or 0xBE8A13) is known color: Dark Goldenrod. HEX triplet: BE, 8A and 13. RGB value is (190,138,19). Sum of RGB (Red+Green+Blue) = 190+138+19=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A13 is #4175EC. Grayscale: #8C8C8C. Windows color (decimal): -4290029 or 1280702. OLE color: 1280702.

HSL color Cylindrical-coordinate representation of color #BE8A13: hue angle of 41.75º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE8A13 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 138 19 -
CMYK 0 0.27 0.90 0.25
HSL 41.75º 0.82% 0.41% -
HSV(B) 41.75º 0.9% 0.75% -
XYZ 30.44 29.17 4.64 -
YUV 139.98 59.73 163.68 -
System Red Green Blue C M Y K H S L
Decimal 190 138 19 0 0.27 0.90 0.25 41.75 0.82 0.41
Hex BE 8A 13 0 1B 5A 19 2A 52 29
Octal 276 212 23 0 33 132 31 52 122 51
Binary 10111110 10001010 10011 0 11011 1011010 11001 101010 1010010 101001

Color Harmonies of #BE8A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A13

Black with #BE8A13

Text Example


Text Example

White with #BE8A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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