Html Css Color HEX #B67423 Pirate Gold

📋 copy color: '#B67423'

red 182 ◦ green 116 ◦ blue 35

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

Shades of Pirate Gold #B67423

Tints of Pirate Gold #B67423

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.83%

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 54.65%
G = 34.83%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B67423 (or 0xB67423) is known color: Pirate Gold. HEX triplet: B6, 74 and 23. RGB value is (182,116,35). Sum of RGB (Red+Green+Blue) = 182+116+35=333 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.65% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 182 - color contains mainly: red. Hex color #B67423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67423 is #498BDC. Grayscale: #7E7E7E. Windows color (decimal): -4819933 or 2323638. OLE color: 2323638.

HSL color Cylindrical-coordinate representation of color #B67423: hue angle of 33.06º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B67423 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 116 35 -
CMYK 0 0.36 0.81 0.29
HSL 33.06º 0.68% 0.43% -
HSV(B) 33.06º 0.81% 0.71% -
XYZ 25.84 22.56 4.58 -
YUV 126.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 182 116 35 0 0.36 0.81 0.29 33.06 0.68 0.43
Hex B6 74 23 0 24 51 1D 21 44 2B
Octal 266 164 43 0 44 121 35 41 104 53
Binary 10110110 1110100 100011 0 100100 1010001 11101 100001 1000100 101011

Color Harmonies of #B67423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67423

Black with #B67423

Text Example


Text Example

White with #B67423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67423; }

 p { color: rgb(182,116,35); }

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

background-color css

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

 a { background-color: rgb(182,116,35); }

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

border-color css

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

 span { border-color: rgb(182,116,35); }

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