Html Css Color HEX #BE8A18 Dark Goldenrod

📋 copy color: '#BE8A18'

red 190 ◦ green 138 ◦ blue 24

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

Shades of Dark Goldenrod #BE8A18

Tints of Dark Goldenrod #BE8A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.82%

R = 53.98%
G = 39.2%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BE8A18 (or 0xBE8A18) is known color: Dark Goldenrod. HEX triplet: BE, 8A and 18. RGB value is (190,138,24). Sum of RGB (Red+Green+Blue) = 190+138+24=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 24 (9.77% from 255 or 6.82% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8A18 is #4175E7. Grayscale: #8D8D8D. Windows color (decimal): -4290024 or 1608382. OLE color: 1608382.

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

Color convert

RGB 190 138 24 -
CMYK 0 0.27 0.87 0.25
HSL 41.2º 0.78% 0.42% -
HSV(B) 41.2º 0.87% 0.75% -
XYZ 30.49 29.19 4.89 -
YUV 140.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 190 138 24 0 0.27 0.87 0.25 41.2 0.78 0.42
Hex BE 8A 18 0 1B 57 19 29 4E 2A
Octal 276 212 30 0 33 127 31 51 116 52
Binary 10111110 10001010 11000 0 11011 1010111 11001 101001 1001110 101010

Color Harmonies of #BE8A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8A18

Black with #BE8A18

Text Example


Text Example

White with #BE8A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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