Html Css Color HEX #BE7A11 Dark Goldenrod

📋 copy color: '#BE7A11'

red 190 ◦ green 122 ◦ blue 17

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

Shades of Dark Goldenrod #BE7A11

Tints of Dark Goldenrod #BE7A11

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.08%

 BLUE value IS 17 (7.03% from 255) = 5.17%

R = 57.75%
G = 37.08%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BE7A11 (or 0xBE7A11) is known color: Dark Goldenrod. HEX triplet: BE, 7A and 11. RGB value is (190,122,17). Sum of RGB (Red+Green+Blue) = 190+122+17=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A11 is #4185EE. Grayscale: #828282. Windows color (decimal): -4294127 or 1145534. OLE color: 1145534.

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

Color convert

RGB 190 122 17 -
CMYK 0 0.36 0.91 0.25
HSL 36.42º 0.84% 0.41% -
HSV(B) 36.42º 0.91% 0.75% -
XYZ 28.3 24.91 3.85 -
YUV 130.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 190 122 17 0 0.36 0.91 0.25 36.42 0.84 0.41
Hex BE 7A 11 0 24 5B 19 24 54 29
Octal 276 172 21 0 44 133 31 44 124 51
Binary 10111110 1111010 10001 0 100100 1011011 11001 100100 1010100 101001

Color Harmonies of #BE7A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A11

Black with #BE7A11

Text Example


Text Example

White with #BE7A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A11; }

 p { color: rgb(190,122,17); }

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

background-color css

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

 a { background-color: rgb(190,122,17); }

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

border-color css

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

 span { border-color: rgb(190,122,17); }

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