Html Css Color HEX #BC7A12 Dark Goldenrod

📋 copy color: '#BC7A12'

red 188 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #BC7A12

Tints of Dark Goldenrod #BC7A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 57.32%
G = 37.2%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC7A12 (or 0xBC7A12) is known color: Dark Goldenrod. HEX triplet: BC, 7A and 12. RGB value is (188,122,18). Sum of RGB (Red+Green+Blue) = 188+122+18=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7A12 is #4385ED. Grayscale: #828282. Windows color (decimal): -4425198 or 1211068. OLE color: 1211068.

HSL color Cylindrical-coordinate representation of color #BC7A12: hue angle of 36.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC7A12 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 122 18 -
CMYK 0 0.35 0.90 0.26
HSL 36.71º 0.83% 0.4% -
HSV(B) 36.71º 0.9% 0.74% -
XYZ 27.81 24.65 3.87 -
YUV 129.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 188 122 18 0 0.35 0.90 0.26 36.71 0.83 0.4
Hex BC 7A 12 0 23 5A 1A 25 53 28
Octal 274 172 22 0 43 132 32 45 123 50
Binary 10111100 1111010 10010 0 100011 1011010 11010 100101 1010011 101000

Color Harmonies of #BC7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7A12

Black with #BC7A12

Text Example


Text Example

White with #BC7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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