Html Css Color HEX #B7741C Pirate Gold

📋 copy color: '#B7741C'

red 183 ◦ green 116 ◦ blue 28

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

Shades of Pirate Gold #B7741C

Tints of Pirate Gold #B7741C

RGB

 RED value IS 183 (71.88% from 255) = 55.96%

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 55.96%
G = 35.47%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7741C (or 0xB7741C) is known color: Pirate Gold. HEX triplet: B7, 74 and 1C. RGB value is (183,116,28). Sum of RGB (Red+Green+Blue) = 183+116+28=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7741C is #488BE3. Grayscale: #7E7E7E. Windows color (decimal): -4754404 or 1864887. OLE color: 1864887.

HSL color Cylindrical-coordinate representation of color #B7741C: hue angle of 34.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7741C is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 116 28 -
CMYK 0 0.37 0.85 0.28
HSL 34.06º 0.73% 0.41% -
HSV(B) 34.06º 0.85% 0.72% -
XYZ 25.98 22.64 4.1 -
YUV 126 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 183 116 28 0 0.37 0.85 0.28 34.06 0.73 0.41
Hex B7 74 1C 0 25 55 1C 22 49 29
Octal 267 164 34 0 45 125 34 42 111 51
Binary 10110111 1110100 11100 0 100101 1010101 11100 100010 1001001 101001

Color Harmonies of #B7741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7741C

Black with #B7741C

Text Example


Text Example

White with #B7741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7741C; }

 p { color: rgb(183,116,28); }

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

background-color css

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

 a { background-color: rgb(183,116,28); }

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

border-color css

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

 span { border-color: rgb(183,116,28); }

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