Html Css Color HEX #BE7A0B Dark Goldenrod

📋 copy color: '#BE7A0B'

red 190 ◦ green 122 ◦ blue 11

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

Shades of Dark Goldenrod #BE7A0B

Tints of Dark Goldenrod #BE7A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.41%

R = 58.82%
G = 37.77%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE7A0B (or 0xBE7A0B) is known color: Dark Goldenrod. HEX triplet: BE, 7A and 0B. RGB value is (190,122,11). Sum of RGB (Red+Green+Blue) = 190+122+11=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7A0B is #4185F4. Grayscale: #828282. Windows color (decimal): -4294133 or 752318. OLE color: 752318.

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

Color convert

RGB 190 122 11 -
CMYK 0 0.36 0.94 0.25
HSL 37.21º 0.89% 0.39% -
HSV(B) 37.21º 0.94% 0.75% -
XYZ 28.26 24.89 3.63 -
YUV 129.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 190 122 11 0 0.36 0.94 0.25 37.21 0.89 0.39
Hex BE 7A B 0 24 5E 19 25 59 27
Octal 276 172 13 0 44 136 31 45 131 47
Binary 10111110 1111010 1011 0 100100 1011110 11001 100101 1011001 100111

Color Harmonies of #BE7A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A0B

Black with #BE7A0B

Text Example


Text Example

White with #BE7A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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