Html Css Color HEX #B67326 Pirate Gold

📋 copy color: '#B67326'

red 182 ◦ green 115 ◦ blue 38

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

Shades of Pirate Gold #B67326

Tints of Pirate Gold #B67326

RGB

 RED value IS 182 (71.48% from 255) = 54.33%

 GREEN value IS 115 (45.31% from 255) = 34.33%

 BLUE value IS 38 (15.23% from 255) = 11.34%

R = 54.33%
G = 34.33%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B67326 (or 0xB67326) is known color: Pirate Gold. HEX triplet: B6, 73 and 26. RGB value is (182,115,38). Sum of RGB (Red+Green+Blue) = 182+115+38=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B67326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67326 is #498CD9. Grayscale: #7E7E7E. Windows color (decimal): -4820186 or 2519990. OLE color: 2519990.

HSL color Cylindrical-coordinate representation of color #B67326: hue angle of 32.08º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B67326 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 115 38 -
CMYK 0 0.37 0.79 0.29
HSL 32.08º 0.65% 0.43% -
HSV(B) 32.08º 0.79% 0.71% -
XYZ 25.77 22.35 4.79 -
YUV 126.26 78.2 167.76 -
System Red Green Blue C M Y K H S L
Decimal 182 115 38 0 0.37 0.79 0.29 32.08 0.65 0.43
Hex B6 73 26 0 25 4F 1D 20 41 2B
Octal 266 163 46 0 45 117 35 40 101 53
Binary 10110110 1110011 100110 0 100101 1001111 11101 100000 1000001 101011

Color Harmonies of #B67326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67326

Black with #B67326

Text Example


Text Example

White with #B67326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67326; }

 p { color: rgb(182,115,38); }

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

background-color css

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

 a { background-color: rgb(182,115,38); }

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

border-color css

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

 span { border-color: rgb(182,115,38); }

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