Html Css Color HEX #BE8312 Dark Goldenrod

📋 copy color: '#BE8312'

red 190 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #BE8312

Tints of Dark Goldenrod #BE8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.64%

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

R = 56.05%
G = 38.64%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE8312 (or 0xBE8312) is known color: Dark Goldenrod. HEX triplet: BE, 83 and 12. RGB value is (190,131,18). Sum of RGB (Red+Green+Blue) = 190+131+18=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8312 is #417CED. Grayscale: #888888. Windows color (decimal): -4291822 or 1213374. OLE color: 1213374.

HSL color Cylindrical-coordinate representation of color #BE8312: hue angle of 39.42º 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 #BE8312 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 131 18 -
CMYK 0 0.31 0.91 0.25
HSL 39.42º 0.83% 0.41% -
HSV(B) 39.42º 0.91% 0.75% -
XYZ 29.46 27.22 4.27 -
YUV 135.76 61.55 166.69 -
System Red Green Blue C M Y K H S L
Decimal 190 131 18 0 0.31 0.91 0.25 39.42 0.83 0.41
Hex BE 83 12 0 1F 5B 19 27 53 29
Octal 276 203 22 0 37 133 31 47 123 51
Binary 10111110 10000011 10010 0 11111 1011011 11001 100111 1010011 101001

Color Harmonies of #BE8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8312

Black with #BE8312

Text Example


Text Example

White with #BE8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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