Html Css Color HEX #BC740B Dark Goldenrod

📋 copy color: '#BC740B'

red 188 ◦ green 116 ◦ blue 11

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

Shades of Dark Goldenrod #BC740B

Tints of Dark Goldenrod #BC740B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

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

R = 59.68%
G = 36.83%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC740B (or 0xBC740B) is known color: Dark Goldenrod. HEX triplet: BC, 74 and 0B. RGB value is (188,116,11). Sum of RGB (Red+Green+Blue) = 188+116+11=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC740B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC740B is #438BF4. Grayscale: #7E7E7E. Windows color (decimal): -4426741 or 750780. OLE color: 750780.

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

Color convert

RGB 188 116 11 -
CMYK 0 0.38 0.94 0.26
HSL 35.59º 0.89% 0.39% -
HSV(B) 35.59º 0.94% 0.74% -
XYZ 27.04 23.21 3.37 -
YUV 125.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 188 116 11 0 0.38 0.94 0.26 35.59 0.89 0.39
Hex BC 74 B 0 26 5E 1A 24 59 27
Octal 274 164 13 0 46 136 32 44 131 47
Binary 10111100 1110100 1011 0 100110 1011110 11010 100100 1011001 100111

Color Harmonies of #BC740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC740B

Black with #BC740B

Text Example


Text Example

White with #BC740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC740B; }

 p { color: rgb(188,116,11); }

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

background-color css

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

 a { background-color: rgb(188,116,11); }

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

border-color css

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

 span { border-color: rgb(188,116,11); }

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