Html Css Color HEX #BC7801 Dark Goldenrod

📋 copy color: '#BC7801'

red 188 ◦ green 120 ◦ blue 1

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

Shades of Dark Goldenrod #BC7801

Tints of Dark Goldenrod #BC7801

RGB

 RED value IS 188 (73.83% from 255) = 60.84%

 GREEN value IS 120 (47.27% from 255) = 38.83%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 60.84%
G = 38.83%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC7801 (or 0xBC7801) is known color: Dark Goldenrod. HEX triplet: BC, 78 and 01. RGB value is (188,120,1). Sum of RGB (Red+Green+Blue) = 188+120+1=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7801 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7801 is #4387FE. Grayscale: #7F7F7F. Windows color (decimal): -4425727 or 96444. OLE color: 96444.

HSL color Cylindrical-coordinate representation of color #BC7801: hue angle of 38.18º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC7801 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 120 1 -
CMYK 0 0.36 0.99 0.26
HSL 38.18º 0.99% 0.37% -
HSV(B) 38.18º 0.99% 0.74% -
XYZ 27.46 24.13 3.24 -
YUV 126.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 188 120 1 0 0.36 0.99 0.26 38.18 0.99 0.37
Hex BC 78 1 0 24 63 1A 26 63 25
Octal 274 170 1 0 44 143 32 46 143 45
Binary 10111100 1111000 1 0 100100 1100011 11010 100110 1100011 100101

Color Harmonies of #BC7801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7801

Black with #BC7801

Text Example


Text Example

White with #BC7801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7801; }

 p { color: rgb(188,120,1); }

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

background-color css

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

 a { background-color: rgb(188,120,1); }

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

border-color css

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

 span { border-color: rgb(188,120,1); }

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