Html Css Color HEX #BC752B Pirate Gold

📋 copy color: '#BC752B'

red 188 ◦ green 117 ◦ blue 43

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

Shades of Pirate Gold #BC752B

Tints of Pirate Gold #BC752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

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

R = 54.02%
G = 33.62%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC752B (or 0xBC752B) is known color: Pirate Gold. HEX triplet: BC, 75 and 2B. RGB value is (188,117,43). Sum of RGB (Red+Green+Blue) = 188+117+43=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC752B is #438AD4. Grayscale: #828282. Windows color (decimal): -4426453 or 2848188. OLE color: 2848188.

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

Color convert

RGB 188 117 43 -
CMYK 0 0.38 0.77 0.26
HSL 30.62º 0.63% 0.45% -
HSV(B) 30.62º 0.77% 0.74% -
XYZ 27.54 23.59 5.39 -
YUV 129.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 188 117 43 0 0.38 0.77 0.26 30.62 0.63 0.45
Hex BC 75 2B 0 26 4D 1A 1F 3F 2D
Octal 274 165 53 0 46 115 32 37 77 55
Binary 10111100 1110101 101011 0 100110 1001101 11010 11111 111111 101101

Color Harmonies of #BC752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC752B

Black with #BC752B

Text Example


Text Example

White with #BC752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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