Html Css Color HEX #B67D1E Pirate Gold

📋 copy color: '#B67D1E'

red 182 ◦ green 125 ◦ blue 30

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

Shades of Pirate Gold #B67D1E

Tints of Pirate Gold #B67D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.09%

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

R = 54.01%
G = 37.09%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B67D1E (or 0xB67D1E) is known color: Pirate Gold. HEX triplet: B6, 7D and 1E. RGB value is (182,125,30). Sum of RGB (Red+Green+Blue) = 182+125+30=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67D1E is #4982E1. Grayscale: #838383. Windows color (decimal): -4817634 or 1998262. OLE color: 1998262.

HSL color Cylindrical-coordinate representation of color #B67D1E: hue angle of 37.5º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B67D1E is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 125 30 -
CMYK 0 0.31 0.84 0.29
HSL 37.5º 0.72% 0.42% -
HSV(B) 37.5º 0.84% 0.71% -
XYZ 26.86 24.71 4.58 -
YUV 131.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 182 125 30 0 0.31 0.84 0.29 37.5 0.72 0.42
Hex B6 7D 1E 0 1F 54 1D 26 48 2A
Octal 266 175 36 0 37 124 35 46 110 52
Binary 10110110 1111101 11110 0 11111 1010100 11101 100110 1001000 101010

Color Harmonies of #B67D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67D1E

Black with #B67D1E

Text Example


Text Example

White with #B67D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67D1E; }

 p { color: rgb(182,125,30); }

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

background-color css

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

 a { background-color: rgb(182,125,30); }

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

border-color css

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

 span { border-color: rgb(182,125,30); }

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