Html Css Color HEX #BE720B Dark Goldenrod

📋 copy color: '#BE720B'

red 190 ◦ green 114 ◦ blue 11

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

Shades of Dark Goldenrod #BE720B

Tints of Dark Goldenrod #BE720B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.19%

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

R = 60.32%
G = 36.19%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE720B (or 0xBE720B) is known color: Dark Goldenrod. HEX triplet: BE, 72 and 0B. RGB value is (190,114,11). Sum of RGB (Red+Green+Blue) = 190+114+11=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE720B is #418DF4. Grayscale: #7D7D7D. Windows color (decimal): -4296181 or 750270. OLE color: 750270.

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

Color convert

RGB 190 114 11 -
CMYK 0 0.40 0.94 0.25
HSL 34.53º 0.89% 0.39% -
HSV(B) 34.53º 0.94% 0.75% -
XYZ 27.31 23.01 3.32 -
YUV 124.98 63.68 174.38 -
System Red Green Blue C M Y K H S L
Decimal 190 114 11 0 0.40 0.94 0.25 34.53 0.89 0.39
Hex BE 72 B 0 28 5E 19 23 59 27
Octal 276 162 13 0 50 136 31 43 131 47
Binary 10111110 1110010 1011 0 101000 1011110 11001 100011 1011001 100111

Color Harmonies of #BE720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE720B

Black with #BE720B

Text Example


Text Example

White with #BE720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE720B; }

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

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

background-color css

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

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

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

border-color css

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

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

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