Html Css Color HEX #B67028 Pirate Gold

📋 copy color: '#B67028'

red 182 ◦ green 112 ◦ blue 40

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

Shades of Pirate Gold #B67028

Tints of Pirate Gold #B67028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 54.49%
G = 33.53%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B67028 (or 0xB67028) is known color: Pirate Gold. HEX triplet: B6, 70 and 28. RGB value is (182,112,40). Sum of RGB (Red+Green+Blue) = 182+112+40=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B67028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67028 is #498FD7. Grayscale: #7D7D7D. Windows color (decimal): -4820952 or 2650294. OLE color: 2650294.

HSL color Cylindrical-coordinate representation of color #B67028: hue angle of 30.42º 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 #B67028 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 112 40 -
CMYK 0 0.38 0.78 0.29
HSL 30.42º 0.64% 0.44% -
HSV(B) 30.42º 0.78% 0.71% -
XYZ 25.47 21.69 4.85 -
YUV 124.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 182 112 40 0 0.38 0.78 0.29 30.42 0.64 0.44
Hex B6 70 28 0 26 4E 1D 1E 40 2C
Octal 266 160 50 0 46 116 35 36 100 54
Binary 10110110 1110000 101000 0 100110 1001110 11101 11110 1000000 101100

Color Harmonies of #B67028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67028

Black with #B67028

Text Example


Text Example

White with #B67028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67028; }

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

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

background-color css

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

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

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

border-color css

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

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

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