Html Css Color HEX #BD772B Pirate Gold

📋 copy color: '#BD772B'

red 189 ◦ green 119 ◦ blue 43

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

Shades of Pirate Gold #BD772B

Tints of Pirate Gold #BD772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.9%

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 53.85%
G = 33.9%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD772B (or 0xBD772B) is known color: Pirate Gold. HEX triplet: BD, 77 and 2B. RGB value is (189,119,43). Sum of RGB (Red+Green+Blue) = 189+119+43=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD772B is #4288D4. Grayscale: #838383. Windows color (decimal): -4360405 or 2848701. OLE color: 2848701.

HSL color Cylindrical-coordinate representation of color #BD772B: hue angle of 31.23º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD772B is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 43 -
CMYK 0 0.37 0.77 0.26
HSL 31.23º 0.63% 0.45% -
HSV(B) 31.23º 0.77% 0.74% -
XYZ 28.02 24.19 5.48 -
YUV 131.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 189 119 43 0 0.37 0.77 0.26 31.23 0.63 0.45
Hex BD 77 2B 0 25 4D 1A 1F 3F 2D
Octal 275 167 53 0 45 115 32 37 77 55
Binary 10111101 1110111 101011 0 100101 1001101 11010 11111 111111 101101

Color Harmonies of #BD772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD772B

Black with #BD772B

Text Example


Text Example

White with #BD772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD772B; }

 p { color: rgb(189,119,43); }

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

background-color css

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

 a { background-color: rgb(189,119,43); }

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

border-color css

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

 span { border-color: rgb(189,119,43); }

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