Html Css Color HEX #BD7926 Pirate Gold

📋 copy color: '#BD7926'

red 189 ◦ green 121 ◦ blue 38

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

Shades of Pirate Gold #BD7926

Tints of Pirate Gold #BD7926

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 38 (15.23% from 255) = 10.92%

R = 54.31%
G = 34.77%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD7926 (or 0xBD7926) is known color: Pirate Gold. HEX triplet: BD, 79 and 26. RGB value is (189,121,38). Sum of RGB (Red+Green+Blue) = 189+121+38=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7926 is #4286D9. Grayscale: #848484. Windows color (decimal): -4359898 or 2521533. OLE color: 2521533.

HSL color Cylindrical-coordinate representation of color #BD7926: hue angle of 32.98º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD7926 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 121 38 -
CMYK 0 0.36 0.80 0.26
HSL 32.98º 0.67% 0.45% -
HSV(B) 32.98º 0.8% 0.74% -
XYZ 28.17 24.63 5.1 -
YUV 131.87 75.03 168.75 -
System Red Green Blue C M Y K H S L
Decimal 189 121 38 0 0.36 0.80 0.26 32.98 0.67 0.45
Hex BD 79 26 0 24 50 1A 21 43 2D
Octal 275 171 46 0 44 120 32 41 103 55
Binary 10111101 1111001 100110 0 100100 1010000 11010 100001 1000011 101101

Color Harmonies of #BD7926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7926

Black with #BD7926

Text Example


Text Example

White with #BD7926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7926; }

 p { color: rgb(189,121,38); }

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

background-color css

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

 a { background-color: rgb(189,121,38); }

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

border-color css

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

 span { border-color: rgb(189,121,38); }

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