Html Css Color HEX #B7751D Pirate Gold

📋 copy color: '#B7751D'

red 183 ◦ green 117 ◦ blue 29

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

Shades of Pirate Gold #B7751D

Tints of Pirate Gold #B7751D

RGB

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

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

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

R = 55.62%
G = 35.56%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7751D (or 0xB7751D) is known color: Pirate Gold. HEX triplet: B7, 75 and 1D. RGB value is (183,117,29). Sum of RGB (Red+Green+Blue) = 183+117+29=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7751D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7751D is #488AE2. Grayscale: #7F7F7F. Windows color (decimal): -4754147 or 1930679. OLE color: 1930679.

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

Color convert

RGB 183 117 29 -
CMYK 0 0.36 0.84 0.28
HSL 34.29º 0.73% 0.42% -
HSV(B) 34.29º 0.84% 0.72% -
XYZ 26.11 22.88 4.2 -
YUV 126.7 72.87 168.16 -
System Red Green Blue C M Y K H S L
Decimal 183 117 29 0 0.36 0.84 0.28 34.29 0.73 0.42
Hex B7 75 1D 0 24 54 1C 22 49 2A
Octal 267 165 35 0 44 124 34 42 111 52
Binary 10110111 1110101 11101 0 100100 1010100 11100 100010 1001001 101010

Color Harmonies of #B7751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7751D

Black with #B7751D

Text Example


Text Example

White with #B7751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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