Html Css Color HEX #BC791B Pirate Gold

📋 copy color: '#BC791B'

red 188 ◦ green 121 ◦ blue 27

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

Shades of Pirate Gold #BC791B

Tints of Pirate Gold #BC791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.01%

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 55.95%
G = 36.01%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC791B (or 0xBC791B) is known color: Pirate Gold. HEX triplet: BC, 79 and 1B. RGB value is (188,121,27). Sum of RGB (Red+Green+Blue) = 188+121+27=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC791B is #4386E4. Grayscale: #828282. Windows color (decimal): -4425445 or 1800636. OLE color: 1800636.

HSL color Cylindrical-coordinate representation of color #BC791B: hue angle of 35.03º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC791B is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 27 -
CMYK 0 0.36 0.86 0.26
HSL 35.03º 0.75% 0.42% -
HSV(B) 35.03º 0.86% 0.74% -
XYZ 27.77 24.45 4.29 -
YUV 130.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 188 121 27 0 0.36 0.86 0.26 35.03 0.75 0.42
Hex BC 79 1B 0 24 56 1A 23 4B 2A
Octal 274 171 33 0 44 126 32 43 113 52
Binary 10111100 1111001 11011 0 100100 1010110 11010 100011 1001011 101010

Color Harmonies of #BC791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC791B

Black with #BC791B

Text Example


Text Example

White with #BC791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC791B; }

 p { color: rgb(188,121,27); }

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

background-color css

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

 a { background-color: rgb(188,121,27); }

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

border-color css

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

 span { border-color: rgb(188,121,27); }

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