Html Css Color HEX #B7691E Pirate Gold

📋 copy color: '#B7691E'

red 183 ◦ green 105 ◦ blue 30

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

Shades of Pirate Gold #B7691E

Tints of Pirate Gold #B7691E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.43%

R = 57.55%
G = 33.02%
B = 9.43%

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

#B7691E (or 0xB7691E) is known color: Pirate Gold. HEX triplet: B7, 69 and 1E. RGB value is (183,105,30). Sum of RGB (Red+Green+Blue) = 183+105+30=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B7691E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7691E is #4896E1. Grayscale: #787878. Windows color (decimal): -4757218 or 1993143. OLE color: 1993143.

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

Color convert

RGB 183 105 30 -
CMYK 0 0.43 0.84 0.28
HSL 29.41º 0.72% 0.42% -
HSV(B) 29.41º 0.84% 0.72% -
XYZ 24.81 20.26 3.83 -
YUV 119.77 77.34 173.1 -
System Red Green Blue C M Y K H S L
Decimal 183 105 30 0 0.43 0.84 0.28 29.41 0.72 0.42
Hex B7 69 1E 0 2B 54 1C 1D 48 2A
Octal 267 151 36 0 53 124 34 35 110 52
Binary 10110111 1101001 11110 0 101011 1010100 11100 11101 1001000 101010

Color Harmonies of #B7691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7691E

Black with #B7691E

Text Example


Text Example

White with #B7691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7691E; }

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

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

background-color css

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

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

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

border-color css

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

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

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