Html Css Color HEX #B7701E Pirate Gold

📋 copy color: '#B7701E'

red 183 ◦ green 112 ◦ blue 30

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

Shades of Pirate Gold #B7701E

Tints of Pirate Gold #B7701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.46%

 BLUE value IS 30 (12.11% from 255) = 9.23%

R = 56.31%
G = 34.46%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7701E (or 0xB7701E) is known color: Pirate Gold. HEX triplet: B7, 70 and 1E. RGB value is (183,112,30). Sum of RGB (Red+Green+Blue) = 183+112+30=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7701E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7701E is #488FE1. Grayscale: #7C7C7C. Windows color (decimal): -4755426 or 1994935. OLE color: 1994935.

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

Color convert

RGB 183 112 30 -
CMYK 0 0.39 0.84 0.28
HSL 32.16º 0.72% 0.42% -
HSV(B) 32.16º 0.84% 0.72% -
XYZ 25.56 21.75 4.08 -
YUV 123.88 75.02 170.17 -
System Red Green Blue C M Y K H S L
Decimal 183 112 30 0 0.39 0.84 0.28 32.16 0.72 0.42
Hex B7 70 1E 0 27 54 1C 20 48 2A
Octal 267 160 36 0 47 124 34 40 110 52
Binary 10110111 1110000 11110 0 100111 1010100 11100 100000 1001000 101010

Color Harmonies of #B7701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7701E

Black with #B7701E

Text Example


Text Example

White with #B7701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7701E; }

 p { color: rgb(183,112,30); }

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

background-color css

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

 a { background-color: rgb(183,112,30); }

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

border-color css

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

 span { border-color: rgb(183,112,30); }

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