Html Css Color HEX #BC7A16 Dark Goldenrod

📋 copy color: '#BC7A16'

red 188 ◦ green 122 ◦ blue 22

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

Shades of Dark Goldenrod #BC7A16

Tints of Dark Goldenrod #BC7A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 56.63%
G = 36.75%
B = 6.63%

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

#BC7A16 (or 0xBC7A16) is known color: Dark Goldenrod. HEX triplet: BC, 7A and 16. RGB value is (188,122,22). Sum of RGB (Red+Green+Blue) = 188+122+22=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7A16 is #4385E9. Grayscale: #828282. Windows color (decimal): -4425194 or 1473212. OLE color: 1473212.

HSL color Cylindrical-coordinate representation of color #BC7A16: hue angle of 36.14º 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 #BC7A16 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 122 22 -
CMYK 0 0.35 0.88 0.26
HSL 36.14º 0.79% 0.41% -
HSV(B) 36.14º 0.88% 0.74% -
XYZ 27.84 24.67 4.05 -
YUV 130.33 66.87 169.13 -
System Red Green Blue C M Y K H S L
Decimal 188 122 22 0 0.35 0.88 0.26 36.14 0.79 0.41
Hex BC 7A 16 0 23 58 1A 24 4F 29
Octal 274 172 26 0 43 130 32 44 117 51
Binary 10111100 1111010 10110 0 100011 1011000 11010 100100 1001111 101001

Color Harmonies of #BC7A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A16

Black with #BC7A16

Text Example


Text Example

White with #BC7A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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