Html Css Color HEX #B67B1F Pirate Gold

📋 copy color: '#B67B1F'

red 182 ◦ green 123 ◦ blue 31

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

Shades of Pirate Gold #B67B1F

Tints of Pirate Gold #B67B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 54.17%
G = 36.61%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B67B1F (or 0xB67B1F) is known color: Pirate Gold. HEX triplet: B6, 7B and 1F. RGB value is (182,123,31). Sum of RGB (Red+Green+Blue) = 182+123+31=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B1F is #4984E0. Grayscale: #828282. Windows color (decimal): -4818145 or 2063286. OLE color: 2063286.

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

Color convert

RGB 182 123 31 -
CMYK 0 0.32 0.83 0.29
HSL 36.56º 0.71% 0.42% -
HSV(B) 36.56º 0.83% 0.71% -
XYZ 26.62 24.21 4.57 -
YUV 130.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 182 123 31 0 0.32 0.83 0.29 36.56 0.71 0.42
Hex B6 7B 1F 0 20 53 1D 25 47 2A
Octal 266 173 37 0 40 123 35 45 107 52
Binary 10110110 1111011 11111 0 100000 1010011 11101 100101 1000111 101010

Color Harmonies of #B67B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B1F

Black with #B67B1F

Text Example


Text Example

White with #B67B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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