Html Css Color HEX #B7771B Pirate Gold

📋 copy color: '#B7771B'

red 183 ◦ green 119 ◦ blue 27

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

Shades of Pirate Gold #B7771B

Tints of Pirate Gold #B7771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

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

R = 55.62%
G = 36.17%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7771B (or 0xB7771B) is known color: Pirate Gold. HEX triplet: B7, 77 and 1B. RGB value is (183,119,27). Sum of RGB (Red+Green+Blue) = 183+119+27=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7771B is #4888E4. Grayscale: #808080. Windows color (decimal): -4753637 or 1800119. OLE color: 1800119.

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

Color convert

RGB 183 119 27 -
CMYK 0 0.35 0.85 0.28
HSL 35.38º 0.74% 0.41% -
HSV(B) 35.38º 0.85% 0.72% -
XYZ 26.32 23.34 4.15 -
YUV 127.65 71.2 167.48 -
System Red Green Blue C M Y K H S L
Decimal 183 119 27 0 0.35 0.85 0.28 35.38 0.74 0.41
Hex B7 77 1B 0 23 55 1C 23 4A 29
Octal 267 167 33 0 43 125 34 43 112 51
Binary 10110111 1110111 11011 0 100011 1010101 11100 100011 1001010 101001

Color Harmonies of #B7771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7771B

Black with #B7771B

Text Example


Text Example

White with #B7771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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