Html Css Color HEX #BD7622 Pirate Gold

📋 copy color: '#BD7622'

red 189 ◦ green 118 ◦ blue 34

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

Shades of Pirate Gold #BD7622

Tints of Pirate Gold #BD7622

RGB

 RED value IS 189 (74.22% from 255) = 55.43%

 GREEN value IS 118 (46.48% from 255) = 34.6%

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 55.43%
G = 34.6%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD7622 (or 0xBD7622) is known color: Pirate Gold. HEX triplet: BD, 76 and 22. RGB value is (189,118,34). Sum of RGB (Red+Green+Blue) = 189+118+34=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7622 is #4289DD. Grayscale: #828282. Windows color (decimal): -4360670 or 2258621. OLE color: 2258621.

HSL color Cylindrical-coordinate representation of color #BD7622: hue angle of 32.52º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD7622 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 118 34 -
CMYK 0 0.38 0.82 0.26
HSL 32.52º 0.7% 0.44% -
HSV(B) 32.52º 0.82% 0.74% -
XYZ 27.75 23.89 4.66 -
YUV 129.65 74.02 170.33 -
System Red Green Blue C M Y K H S L
Decimal 189 118 34 0 0.38 0.82 0.26 32.52 0.7 0.44
Hex BD 76 22 0 26 52 1A 21 46 2C
Octal 275 166 42 0 46 122 32 41 106 54
Binary 10111101 1110110 100010 0 100110 1010010 11010 100001 1000110 101100

Color Harmonies of #BD7622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7622

Black with #BD7622

Text Example


Text Example

White with #BD7622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7622; }

 p { color: rgb(189,118,34); }

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

background-color css

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

 a { background-color: rgb(189,118,34); }

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

border-color css

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

 span { border-color: rgb(189,118,34); }

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