Html Css Color HEX #B67428 Pirate Gold

📋 copy color: '#B67428'

red 182 ◦ green 116 ◦ blue 40

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

Shades of Pirate Gold #B67428

Tints of Pirate Gold #B67428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.32%

 BLUE value IS 40 (16.02% from 255) = 11.83%

R = 53.85%
G = 34.32%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B67428 (or 0xB67428) is known color: Pirate Gold. HEX triplet: B6, 74 and 28. RGB value is (182,116,40). Sum of RGB (Red+Green+Blue) = 182+116+40=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B67428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67428 is #498BD7. Grayscale: #7F7F7F. Windows color (decimal): -4819928 or 2651318. OLE color: 2651318.

HSL color Cylindrical-coordinate representation of color #B67428: hue angle of 32.11º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B67428 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 40 -
CMYK 0 0.36 0.78 0.29
HSL 32.11º 0.64% 0.44% -
HSV(B) 32.11º 0.78% 0.71% -
XYZ 25.92 22.59 5 -
YUV 127.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 182 116 40 0 0.36 0.78 0.29 32.11 0.64 0.44
Hex B6 74 28 0 24 4E 1D 20 40 2C
Octal 266 164 50 0 44 116 35 40 100 54
Binary 10110110 1110100 101000 0 100100 1001110 11101 100000 1000000 101100

Color Harmonies of #B67428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67428

Black with #B67428

Text Example


Text Example

White with #B67428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67428; }

 p { color: rgb(182,116,40); }

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

background-color css

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

 a { background-color: rgb(182,116,40); }

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

border-color css

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

 span { border-color: rgb(182,116,40); }

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