Html Css Color HEX #BE7612 Dark Goldenrod

📋 copy color: '#BE7612'

red 190 ◦ green 118 ◦ blue 18

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

Shades of Dark Goldenrod #BE7612

Tints of Dark Goldenrod #BE7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.2%

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

R = 58.28%
G = 36.2%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE7612 (or 0xBE7612) is known color: Dark Goldenrod. HEX triplet: BE, 76 and 12. RGB value is (190,118,18). Sum of RGB (Red+Green+Blue) = 190+118+18=326 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.28% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7612 is #4189ED. Grayscale: #808080. Windows color (decimal): -4295150 or 1210046. OLE color: 1210046.

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

Color convert

RGB 190 118 18 -
CMYK 0 0.38 0.91 0.25
HSL 34.88º 0.83% 0.41% -
HSV(B) 34.88º 0.91% 0.75% -
XYZ 27.82 23.95 3.73 -
YUV 128.13 65.85 172.13 -
System Red Green Blue C M Y K H S L
Decimal 190 118 18 0 0.38 0.91 0.25 34.88 0.83 0.41
Hex BE 76 12 0 26 5B 19 23 53 29
Octal 276 166 22 0 46 133 31 43 123 51
Binary 10111110 1110110 10010 0 100110 1011011 11001 100011 1010011 101001

Color Harmonies of #BE7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7612

Black with #BE7612

Text Example


Text Example

White with #BE7612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7612; }

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

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

background-color css

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

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

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

border-color css

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

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

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