Html Css Color HEX #B7731D Pirate Gold

📋 copy color: '#B7731D'

red 183 ◦ green 115 ◦ blue 29

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

Shades of Pirate Gold #B7731D

Tints of Pirate Gold #B7731D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 29 (11.72% from 255) = 8.87%

R = 55.96%
G = 35.17%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7731D (or 0xB7731D) is known color: Pirate Gold. HEX triplet: B7, 73 and 1D. RGB value is (183,115,29). Sum of RGB (Red+Green+Blue) = 183+115+29=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7731D is #488CE2. Grayscale: #7D7D7D. Windows color (decimal): -4754659 or 1930167. OLE color: 1930167.

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

Color convert

RGB 183 115 29 -
CMYK 0 0.37 0.84 0.28
HSL 33.51º 0.73% 0.42% -
HSV(B) 33.51º 0.84% 0.72% -
XYZ 25.88 22.42 4.13 -
YUV 125.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 183 115 29 0 0.37 0.84 0.28 33.51 0.73 0.42
Hex B7 73 1D 0 25 54 1C 22 49 2A
Octal 267 163 35 0 45 124 34 42 111 52
Binary 10110111 1110011 11101 0 100101 1010100 11100 100010 1001001 101010

Color Harmonies of #B7731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7731D

Black with #B7731D

Text Example


Text Example

White with #B7731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7731D; }

 p { color: rgb(183,115,29); }

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

background-color css

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

 a { background-color: rgb(183,115,29); }

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

border-color css

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

 span { border-color: rgb(183,115,29); }

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