Html Css Color HEX #BC7B16 Dark Goldenrod

📋 copy color: '#BC7B16'

red 188 ◦ green 123 ◦ blue 22

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

Shades of Dark Goldenrod #BC7B16

Tints of Dark Goldenrod #BC7B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.61%

R = 56.46%
G = 36.94%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC7B16 (or 0xBC7B16) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 16. RGB value is (188,123,22). Sum of RGB (Red+Green+Blue) = 188+123+22=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B16 is #4384E9. Grayscale: #838383. Windows color (decimal): -4424938 or 1473468. OLE color: 1473468.

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

Color convert

RGB 188 123 22 -
CMYK 0 0.35 0.88 0.26
HSL 36.51º 0.79% 0.41% -
HSV(B) 36.51º 0.88% 0.74% -
XYZ 27.97 24.92 4.09 -
YUV 130.92 66.53 168.71 -
System Red Green Blue C M Y K H S L
Decimal 188 123 22 0 0.35 0.88 0.26 36.51 0.79 0.41
Hex BC 7B 16 0 23 58 1A 25 4F 29
Octal 274 173 26 0 43 130 32 45 117 51
Binary 10111100 1111011 10110 0 100011 1011000 11010 100101 1001111 101001

Color Harmonies of #BC7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B16

Black with #BC7B16

Text Example


Text Example

White with #BC7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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