Html Css Color HEX #BE8C12 Dark Goldenrod

📋 copy color: '#BE8C12'

red 190 ◦ green 140 ◦ blue 18

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

Shades of Dark Goldenrod #BE8C12

Tints of Dark Goldenrod #BE8C12

RGB

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

 GREEN value IS 140 (55.08% from 255) = 40.23%

 BLUE value IS 18 (7.42% from 255) = 5.17%

R = 54.6%
G = 40.23%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE8C12 (or 0xBE8C12) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 12. RGB value is (190,140,18). Sum of RGB (Red+Green+Blue) = 190+140+18=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C12 is #4173ED. Grayscale: #8D8D8D. Windows color (decimal): -4289518 or 1215678. OLE color: 1215678.

HSL color Cylindrical-coordinate representation of color #BE8C12: hue angle of 42.56º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE8C12 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 18 -
CMYK 0 0.26 0.91 0.25
HSL 42.56º 0.83% 0.41% -
HSV(B) 42.56º 0.91% 0.75% -
XYZ 30.72 29.75 4.69 -
YUV 141.04 58.57 162.92 -
System Red Green Blue C M Y K H S L
Decimal 190 140 18 0 0.26 0.91 0.25 42.56 0.83 0.41
Hex BE 8C 12 0 1A 5B 19 2B 53 29
Octal 276 214 22 0 32 133 31 53 123 51
Binary 10111110 10001100 10010 0 11010 1011011 11001 101011 1010011 101001

Color Harmonies of #BE8C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C12

Black with #BE8C12

Text Example


Text Example

White with #BE8C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C12; }

 p { color: rgb(190,140,18); }

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

background-color css

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

 a { background-color: rgb(190,140,18); }

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

border-color css

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

 span { border-color: rgb(190,140,18); }

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