Html Css Color HEX #B7791B Pirate Gold

📋 copy color: '#B7791B'

red 183 ◦ green 121 ◦ blue 27

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

Shades of Pirate Gold #B7791B

Tints of Pirate Gold #B7791B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.56%

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

R = 55.29%
G = 36.56%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7791B (or 0xB7791B) is known color: Pirate Gold. HEX triplet: B7, 79 and 1B. RGB value is (183,121,27). Sum of RGB (Red+Green+Blue) = 183+121+27=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7791B is #4886E4. Grayscale: #818181. Windows color (decimal): -4753125 or 1800631. OLE color: 1800631.

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

Color convert

RGB 183 121 27 -
CMYK 0 0.34 0.85 0.28
HSL 36.15º 0.74% 0.41% -
HSV(B) 36.15º 0.85% 0.72% -
XYZ 26.56 23.82 4.23 -
YUV 128.82 70.54 166.64 -
System Red Green Blue C M Y K H S L
Decimal 183 121 27 0 0.34 0.85 0.28 36.15 0.74 0.41
Hex B7 79 1B 0 22 55 1C 24 4A 29
Octal 267 171 33 0 42 125 34 44 112 51
Binary 10110111 1111001 11011 0 100010 1010101 11100 100100 1001010 101001

Color Harmonies of #B7791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7791B

Black with #B7791B

Text Example


Text Example

White with #B7791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7791B; }

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

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

background-color css

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

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

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

border-color css

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

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

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