Html Css Color HEX #B7691C Pirate Gold

📋 copy color: '#B7691C'

red 183 ◦ green 105 ◦ blue 28

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

Shades of Pirate Gold #B7691C

Tints of Pirate Gold #B7691C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 57.91%
G = 33.23%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7691C (or 0xB7691C) is known color: Pirate Gold. HEX triplet: B7, 69 and 1C. RGB value is (183,105,28). Sum of RGB (Red+Green+Blue) = 183+105+28=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B7691C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7691C is #4896E3. Grayscale: #777777. Windows color (decimal): -4757220 or 1862071. OLE color: 1862071.

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

Color convert

RGB 183 105 28 -
CMYK 0 0.43 0.85 0.28
HSL 29.81º 0.73% 0.41% -
HSV(B) 29.81º 0.85% 0.72% -
XYZ 24.79 20.25 3.7 -
YUV 119.54 76.34 173.26 -
System Red Green Blue C M Y K H S L
Decimal 183 105 28 0 0.43 0.85 0.28 29.81 0.73 0.41
Hex B7 69 1C 0 2B 55 1C 1E 49 29
Octal 267 151 34 0 53 125 34 36 111 51
Binary 10110111 1101001 11100 0 101011 1010101 11100 11110 1001001 101001

Color Harmonies of #B7691C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7691C

Black with #B7691C

Text Example


Text Example

White with #B7691C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7691C; }

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

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

background-color css

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

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

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

border-color css

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

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

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