Html Css Color HEX #BD7A22 Pirate Gold

📋 copy color: '#BD7A22'

red 189 ◦ green 122 ◦ blue 34

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

Shades of Pirate Gold #BD7A22

Tints of Pirate Gold #BD7A22

RGB

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

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

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

R = 54.78%
G = 35.36%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD7A22 (or 0xBD7A22) is known color: Pirate Gold. HEX triplet: BD, 7A and 22. RGB value is (189,122,34). Sum of RGB (Red+Green+Blue) = 189+122+34=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A22 is #4285DD. Grayscale: #848484. Windows color (decimal): -4359646 or 2259645. OLE color: 2259645.

HSL color Cylindrical-coordinate representation of color #BD7A22: hue angle of 34.06º 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 #BD7A22 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 122 34 -
CMYK 0 0.35 0.82 0.26
HSL 34.06º 0.7% 0.44% -
HSV(B) 34.06º 0.82% 0.74% -
XYZ 28.23 24.85 4.82 -
YUV 132 72.7 168.66 -
System Red Green Blue C M Y K H S L
Decimal 189 122 34 0 0.35 0.82 0.26 34.06 0.7 0.44
Hex BD 7A 22 0 23 52 1A 22 46 2C
Octal 275 172 42 0 43 122 32 42 106 54
Binary 10111101 1111010 100010 0 100011 1010010 11010 100010 1000110 101100

Color Harmonies of #BD7A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A22

Black with #BD7A22

Text Example


Text Example

White with #BD7A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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