Html Css Color HEX #B7701B Pirate Gold

📋 copy color: '#B7701B'

red 183 ◦ green 112 ◦ blue 27

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

Shades of Pirate Gold #B7701B

Tints of Pirate Gold #B7701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.39%

R = 56.83%
G = 34.78%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7701B (or 0xB7701B) is known color: Pirate Gold. HEX triplet: B7, 70 and 1B. RGB value is (183,112,27). Sum of RGB (Red+Green+Blue) = 183+112+27=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 27 (10.94% from 255 or 8.39% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B7701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7701B is #488FE4. Grayscale: #7B7B7B. Windows color (decimal): -4755429 or 1798327. OLE color: 1798327.

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

Color convert

RGB 183 112 27 -
CMYK 0 0.39 0.85 0.28
HSL 32.69º 0.74% 0.41% -
HSV(B) 32.69º 0.85% 0.72% -
XYZ 25.52 21.73 3.89 -
YUV 123.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 183 112 27 0 0.39 0.85 0.28 32.69 0.74 0.41
Hex B7 70 1B 0 27 55 1C 21 4A 29
Octal 267 160 33 0 47 125 34 41 112 51
Binary 10110111 1110000 11011 0 100111 1010101 11100 100001 1001010 101001

Color Harmonies of #B7701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7701B

Black with #B7701B

Text Example


Text Example

White with #B7701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7701B; }

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

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

background-color css

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

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

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

border-color css

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

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

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