Html Css Color HEX #B67A1D Pirate Gold

📋 copy color: '#B67A1D'

red 182 ◦ green 122 ◦ blue 29

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

Shades of Pirate Gold #B67A1D

Tints of Pirate Gold #B67A1D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 54.65%
G = 36.64%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B67A1D (or 0xB67A1D) is known color: Pirate Gold. HEX triplet: B6, 7A and 1D. RGB value is (182,122,29). Sum of RGB (Red+Green+Blue) = 182+122+29=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67A1D is #4985E2. Grayscale: #818181. Windows color (decimal): -4818403 or 1931958. OLE color: 1931958.

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

Color convert

RGB 182 122 29 -
CMYK 0 0.33 0.84 0.29
HSL 36.47º 0.73% 0.41% -
HSV(B) 36.47º 0.84% 0.71% -
XYZ 26.47 23.95 4.39 -
YUV 129.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 182 122 29 0 0.33 0.84 0.29 36.47 0.73 0.41
Hex B6 7A 1D 0 21 54 1D 24 49 29
Octal 266 172 35 0 41 124 35 44 111 51
Binary 10110110 1111010 11101 0 100001 1010100 11101 100100 1001001 101001

Color Harmonies of #B67A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67A1D

Black with #B67A1D

Text Example


Text Example

White with #B67A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67A1D; }

 p { color: rgb(182,122,29); }

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

background-color css

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

 a { background-color: rgb(182,122,29); }

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

border-color css

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

 span { border-color: rgb(182,122,29); }

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