Html Css Color HEX #B4742C Pirate Gold

📋 copy color: '#B4742C'

red 180 ◦ green 116 ◦ blue 44

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

Shades of Pirate Gold #B4742C

Tints of Pirate Gold #B4742C

RGB

 RED value IS 180 (70.7% from 255) = 52.94%

 GREEN value IS 116 (45.7% from 255) = 34.12%

 BLUE value IS 44 (17.58% from 255) = 12.94%

R = 52.94%
G = 34.12%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B4742C (or 0xB4742C) is known color: Pirate Gold. HEX triplet: B4, 74 and 2C. RGB value is (180,116,44). Sum of RGB (Red+Green+Blue) = 180+116+44=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B4742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4742C is #4B8BD3. Grayscale: #7F7F7F. Windows color (decimal): -4950996 or 2913460. OLE color: 2913460.

HSL color Cylindrical-coordinate representation of color #B4742C: hue angle of 31.76º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4742C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 116 44 -
CMYK 0 0.36 0.76 0.29
HSL 31.76º 0.61% 0.44% -
HSV(B) 31.76º 0.76% 0.71% -
XYZ 25.52 22.38 5.36 -
YUV 126.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 180 116 44 0 0.36 0.76 0.29 31.76 0.61 0.44
Hex B4 74 2C 0 24 4C 1D 20 3D 2C
Octal 264 164 54 0 44 114 35 40 75 54
Binary 10110100 1110100 101100 0 100100 1001100 11101 100000 111101 101100

Color Harmonies of #B4742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4742C

Black with #B4742C

Text Example


Text Example

White with #B4742C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4742C; }

 p { color: rgb(180,116,44); }

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

background-color css

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

 a { background-color: rgb(180,116,44); }

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

border-color css

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

 span { border-color: rgb(180,116,44); }

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