Html Css Color HEX #B7741D Pirate Gold

📋 copy color: '#B7741D'

red 183 ◦ green 116 ◦ blue 29

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

Shades of Pirate Gold #B7741D

Tints of Pirate Gold #B7741D

RGB

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

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

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

R = 55.79%
G = 35.37%
B = 8.84%

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

#B7741D (or 0xB7741D) is known color: Pirate Gold. HEX triplet: B7, 74 and 1D. RGB value is (183,116,29). Sum of RGB (Red+Green+Blue) = 183+116+29=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7741D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7741D is #488BE2. Grayscale: #7E7E7E. Windows color (decimal): -4754403 or 1930423. OLE color: 1930423.

HSL color Cylindrical-coordinate representation of color #B7741D: hue angle of 33.9º 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 #B7741D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 116 29 -
CMYK 0 0.37 0.84 0.28
HSL 33.9º 0.73% 0.42% -
HSV(B) 33.9º 0.84% 0.72% -
XYZ 26 22.65 4.16 -
YUV 126.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 183 116 29 0 0.37 0.84 0.28 33.9 0.73 0.42
Hex B7 74 1D 0 25 54 1C 22 49 2A
Octal 267 164 35 0 45 124 34 42 111 52
Binary 10110111 1110100 11101 0 100101 1010100 11100 100010 1001001 101010

Color Harmonies of #B7741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7741D

Black with #B7741D

Text Example


Text Example

White with #B7741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7741D; }

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

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

background-color css

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

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

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

border-color css

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

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

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