Html Css Color HEX #BE7B10 Dark Goldenrod

📋 copy color: '#BE7B10'

red 190 ◦ green 123 ◦ blue 16

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

Shades of Dark Goldenrod #BE7B10

Tints of Dark Goldenrod #BE7B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.39%

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 57.75%
G = 37.39%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BE7B10 (or 0xBE7B10) is known color: Dark Goldenrod. HEX triplet: BE, 7B and 10. RGB value is (190,123,16). Sum of RGB (Red+Green+Blue) = 190+123+16=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7B10 is #4184EF. Grayscale: #838383. Windows color (decimal): -4293872 or 1080254. OLE color: 1080254.

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

Color convert

RGB 190 123 16 -
CMYK 0 0.35 0.92 0.25
HSL 36.9º 0.84% 0.4% -
HSV(B) 36.9º 0.92% 0.75% -
XYZ 28.41 25.15 3.85 -
YUV 130.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 190 123 16 0 0.35 0.92 0.25 36.9 0.84 0.4
Hex BE 7B 10 0 23 5C 19 25 54 28
Octal 276 173 20 0 43 134 31 45 124 50
Binary 10111110 1111011 10000 0 100011 1011100 11001 100101 1010100 101000

Color Harmonies of #BE7B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7B10

Black with #BE7B10

Text Example


Text Example

White with #BE7B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7B10; }

 p { color: rgb(190,123,16); }

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

background-color css

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

 a { background-color: rgb(190,123,16); }

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

border-color css

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

 span { border-color: rgb(190,123,16); }

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