Html Css Color HEX #B7691A Pirate Gold

📋 copy color: '#B7691A'

red 183 ◦ green 105 ◦ blue 26

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

Shades of Pirate Gold #B7691A

Tints of Pirate Gold #B7691A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.44%

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 58.28%
G = 33.44%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B7691A (or 0xB7691A) is known color: Pirate Gold. HEX triplet: B7, 69 and 1A. RGB value is (183,105,26). Sum of RGB (Red+Green+Blue) = 183+105+26=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7691A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7691A is #4896E5. Grayscale: #777777. Windows color (decimal): -4757222 or 1730999. OLE color: 1730999.

HSL color Cylindrical-coordinate representation of color #B7691A: hue angle of 30.19º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7691A is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 26 -
CMYK 0 0.43 0.86 0.28
HSL 30.19º 0.75% 0.41% -
HSV(B) 30.19º 0.86% 0.72% -
XYZ 24.77 20.25 3.58 -
YUV 119.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 183 105 26 0 0.43 0.86 0.28 30.19 0.75 0.41
Hex B7 69 1A 0 2B 56 1C 1E 4B 29
Octal 267 151 32 0 53 126 34 36 113 51
Binary 10110111 1101001 11010 0 101011 1010110 11100 11110 1001011 101001

Color Harmonies of #B7691A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7691A

Black with #B7691A

Text Example


Text Example

White with #B7691A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7691A; }

 p { color: rgb(183,105,26); }

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

background-color css

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

 a { background-color: rgb(183,105,26); }

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

border-color css

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

 span { border-color: rgb(183,105,26); }

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