Html Css Color HEX #BE7308 Dark Goldenrod

📋 copy color: '#BE7308'

red 190 ◦ green 115 ◦ blue 8

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

Shades of Dark Goldenrod #BE7308

Tints of Dark Goldenrod #BE7308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.74%

 BLUE value IS 8 (3.52% from 255) = 2.56%

R = 60.7%
G = 36.74%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE7308 (or 0xBE7308) is known color: Dark Goldenrod. HEX triplet: BE, 73 and 08. RGB value is (190,115,8). Sum of RGB (Red+Green+Blue) = 190+115+8=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7308 is #418CF7. Grayscale: #7D7D7D. Windows color (decimal): -4295928 or 553918. OLE color: 553918.

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

Color convert

RGB 190 115 8 -
CMYK 0 0.39 0.96 0.25
HSL 35.27º 0.92% 0.39% -
HSV(B) 35.27º 0.96% 0.75% -
XYZ 27.41 23.23 3.27 -
YUV 125.23 61.85 174.2 -
System Red Green Blue C M Y K H S L
Decimal 190 115 8 0 0.39 0.96 0.25 35.27 0.92 0.39
Hex BE 73 8 0 27 60 19 23 5C 27
Octal 276 163 10 0 47 140 31 43 134 47
Binary 10111110 1110011 1000 0 100111 1100000 11001 100011 1011100 100111

Color Harmonies of #BE7308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7308

Black with #BE7308

Text Example


Text Example

White with #BE7308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7308; }

 p { color: rgb(190,115,8); }

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

background-color css

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

 a { background-color: rgb(190,115,8); }

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

border-color css

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

 span { border-color: rgb(190,115,8); }

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