Html Css Color HEX #BE7A12 Dark Goldenrod

📋 copy color: '#BE7A12'

red 190 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #BE7A12

Tints of Dark Goldenrod #BE7A12

RGB

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

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

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

R = 57.58%
G = 36.97%
B = 5.45%

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

#BE7A12 (or 0xBE7A12) is known color: Dark Goldenrod. HEX triplet: BE, 7A and 12. RGB value is (190,122,18). Sum of RGB (Red+Green+Blue) = 190+122+18=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A12 is #4185ED. Grayscale: #828282. Windows color (decimal): -4294126 or 1211070. OLE color: 1211070.

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

Color convert

RGB 190 122 18 -
CMYK 0 0.36 0.91 0.25
HSL 36.28º 0.83% 0.41% -
HSV(B) 36.28º 0.91% 0.75% -
XYZ 28.3 24.91 3.89 -
YUV 130.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 190 122 18 0 0.36 0.91 0.25 36.28 0.83 0.41
Hex BE 7A 12 0 24 5B 19 24 53 29
Octal 276 172 22 0 44 133 31 44 123 51
Binary 10111110 1111010 10010 0 100100 1011011 11001 100100 1010011 101001

Color Harmonies of #BE7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A12

Black with #BE7A12

Text Example


Text Example

White with #BE7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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