Html Css Color HEX #B67B1C Pirate Gold

📋 copy color: '#B67B1C'

red 182 ◦ green 123 ◦ blue 28

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

Shades of Pirate Gold #B67B1C

Tints of Pirate Gold #B67B1C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

 BLUE value IS 28 (11.33% from 255) = 8.41%

R = 54.65%
G = 36.94%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B67B1C (or 0xB67B1C) is known color: Pirate Gold. HEX triplet: B6, 7B and 1C. RGB value is (182,123,28). Sum of RGB (Red+Green+Blue) = 182+123+28=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B1C is #4984E3. Grayscale: #828282. Windows color (decimal): -4818148 or 1866678. OLE color: 1866678.

HSL color Cylindrical-coordinate representation of color #B67B1C: hue angle of 37.01º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B67B1C is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 28 -
CMYK 0 0.32 0.85 0.29
HSL 37.01º 0.73% 0.41% -
HSV(B) 37.01º 0.85% 0.71% -
XYZ 26.58 24.19 4.37 -
YUV 129.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 182 123 28 0 0.32 0.85 0.29 37.01 0.73 0.41
Hex B6 7B 1C 0 20 55 1D 25 49 29
Octal 266 173 34 0 40 125 35 45 111 51
Binary 10110110 1111011 11100 0 100000 1010101 11101 100101 1001001 101001

Color Harmonies of #B67B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B1C

Black with #B67B1C

Text Example


Text Example

White with #B67B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B1C; }

 p { color: rgb(182,123,28); }

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

background-color css

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

 a { background-color: rgb(182,123,28); }

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

border-color css

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

 span { border-color: rgb(182,123,28); }

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