Html Css Color HEX #B2691F Pirate Gold

📋 copy color: '#B2691F'

red 178 ◦ green 105 ◦ blue 31

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

Shades of Pirate Gold #B2691F

Tints of Pirate Gold #B2691F

RGB

 RED value IS 178 (69.92% from 255) = 56.69%

 GREEN value IS 105 (41.41% from 255) = 33.44%

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

R = 56.69%
G = 33.44%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2691F (or 0xB2691F) is known color: Pirate Gold. HEX triplet: B2, 69 and 1F. RGB value is (178,105,31). Sum of RGB (Red+Green+Blue) = 178+105+31=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B2691F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2691F is #4D96E0. Grayscale: #767676. Windows color (decimal): -5084897 or 2058674. OLE color: 2058674.

HSL color Cylindrical-coordinate representation of color #B2691F: hue angle of 30.2º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2691F is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 105 31 -
CMYK 0 0.41 0.83 0.30
HSL 30.2º 0.7% 0.41% -
HSV(B) 30.2º 0.83% 0.7% -
XYZ 23.66 19.67 3.85 -
YUV 118.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 178 105 31 0 0.41 0.83 0.30 30.2 0.7 0.41
Hex B2 69 1F 0 29 53 1E 1E 46 29
Octal 262 151 37 0 51 123 36 36 106 51
Binary 10110010 1101001 11111 0 101001 1010011 11110 11110 1000110 101001

Color Harmonies of #B2691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2691F

Black with #B2691F

Text Example


Text Example

White with #B2691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2691F; }

 p { color: rgb(178,105,31); }

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

background-color css

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

 a { background-color: rgb(178,105,31); }

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

border-color css

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

 span { border-color: rgb(178,105,31); }

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