Html Css Color HEX #BC792B Pirate Gold

📋 copy color: '#BC792B'

red 188 ◦ green 121 ◦ blue 43

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

Shades of Pirate Gold #BC792B

Tints of Pirate Gold #BC792B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.22%

R = 53.41%
G = 34.38%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC792B (or 0xBC792B) is known color: Pirate Gold. HEX triplet: BC, 79 and 2B. RGB value is (188,121,43). Sum of RGB (Red+Green+Blue) = 188+121+43=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 43 (17.19% from 255 or 12.22% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC792B is #4386D4. Grayscale: #848484. Windows color (decimal): -4425429 or 2849212. OLE color: 2849212.

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

Color convert

RGB 188 121 43 -
CMYK 0 0.36 0.77 0.26
HSL 32.28º 0.63% 0.45% -
HSV(B) 32.28º 0.77% 0.74% -
XYZ 28.01 24.54 5.55 -
YUV 132.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 188 121 43 0 0.36 0.77 0.26 32.28 0.63 0.45
Hex BC 79 2B 0 24 4D 1A 20 3F 2D
Octal 274 171 53 0 44 115 32 40 77 55
Binary 10111100 1111001 101011 0 100100 1001101 11010 100000 111111 101101

Color Harmonies of #BC792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC792B

Black with #BC792B

Text Example


Text Example

White with #BC792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC792B; }

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

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

background-color css

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

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

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

border-color css

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

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

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