Html Css Color HEX #BE710C Dark Goldenrod

📋 copy color: '#BE710C'

red 190 ◦ green 113 ◦ blue 12

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

Shades of Dark Goldenrod #BE710C

Tints of Dark Goldenrod #BE710C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.87%

 BLUE value IS 12 (5.08% from 255) = 3.81%

R = 60.32%
G = 35.87%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE710C (or 0xBE710C) is known color: Dark Goldenrod. HEX triplet: BE, 71 and 0C. RGB value is (190,113,12). Sum of RGB (Red+Green+Blue) = 190+113+12=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE710C is #418EF3. Grayscale: #7C7C7C. Windows color (decimal): -4296436 or 815550. OLE color: 815550.

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

Color convert

RGB 190 113 12 -
CMYK 0 0.41 0.94 0.25
HSL 34.04º 0.88% 0.4% -
HSV(B) 34.04º 0.94% 0.75% -
XYZ 27.21 22.78 3.31 -
YUV 124.51 64.51 174.71 -
System Red Green Blue C M Y K H S L
Decimal 190 113 12 0 0.41 0.94 0.25 34.04 0.88 0.4
Hex BE 71 C 0 29 5E 19 22 58 28
Octal 276 161 14 0 51 136 31 42 130 50
Binary 10111110 1110001 1100 0 101001 1011110 11001 100010 1011000 101000

Color Harmonies of #BE710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE710C

Black with #BE710C

Text Example


Text Example

White with #BE710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE710C; }

 p { color: rgb(190,113,12); }

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

background-color css

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

 a { background-color: rgb(190,113,12); }

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

border-color css

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

 span { border-color: rgb(190,113,12); }

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