Html Css Color HEX #B7691D Pirate Gold

📋 copy color: '#B7691D'

red 183 ◦ green 105 ◦ blue 29

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

Shades of Pirate Gold #B7691D

Tints of Pirate Gold #B7691D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.15%

R = 57.73%
G = 33.12%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B7691D (or 0xB7691D) is known color: Pirate Gold. HEX triplet: B7, 69 and 1D. RGB value is (183,105,29). Sum of RGB (Red+Green+Blue) = 183+105+29=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B7691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7691D is #4896E2. Grayscale: #787878. Windows color (decimal): -4757219 or 1927607. OLE color: 1927607.

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

Color convert

RGB 183 105 29 -
CMYK 0 0.43 0.84 0.28
HSL 29.61º 0.73% 0.42% -
HSV(B) 29.61º 0.84% 0.72% -
XYZ 24.8 20.26 3.77 -
YUV 119.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 183 105 29 0 0.43 0.84 0.28 29.61 0.73 0.42
Hex B7 69 1D 0 2B 54 1C 1E 49 2A
Octal 267 151 35 0 53 124 34 36 111 52
Binary 10110111 1101001 11101 0 101011 1010100 11100 11110 1001001 101010

Color Harmonies of #B7691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7691D

Black with #B7691D

Text Example


Text Example

White with #B7691D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7691D; }

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

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

background-color css

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

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

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

border-color css

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

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

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