Html Css Color HEX #BC7B14 Dark Goldenrod

📋 copy color: '#BC7B14'

red 188 ◦ green 123 ◦ blue 20

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

Shades of Dark Goldenrod #BC7B14

Tints of Dark Goldenrod #BC7B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.04%

R = 56.8%
G = 37.16%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC7B14 (or 0xBC7B14) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 14. RGB value is (188,123,20). Sum of RGB (Red+Green+Blue) = 188+123+20=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B14 is #4384EB. Grayscale: #838383. Windows color (decimal): -4424940 or 1342396. OLE color: 1342396.

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

Color convert

RGB 188 123 20 -
CMYK 0 0.35 0.89 0.26
HSL 36.79º 0.81% 0.41% -
HSV(B) 36.79º 0.89% 0.74% -
XYZ 27.95 24.91 4 -
YUV 130.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 188 123 20 0 0.35 0.89 0.26 36.79 0.81 0.41
Hex BC 7B 14 0 23 59 1A 25 51 29
Octal 274 173 24 0 43 131 32 45 121 51
Binary 10111100 1111011 10100 0 100011 1011001 11010 100101 1010001 101001

Color Harmonies of #BC7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B14

Black with #BC7B14

Text Example


Text Example

White with #BC7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B14; }

 p { color: rgb(188,123,20); }

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

background-color css

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

 a { background-color: rgb(188,123,20); }

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

border-color css

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

 span { border-color: rgb(188,123,20); }

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