Html Css Color HEX #BB7D25 Pirate Gold

📋 copy color: '#BB7D25'

red 187 ◦ green 125 ◦ blue 37

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

Shades of Pirate Gold #BB7D25

Tints of Pirate Gold #BB7D25

RGB

 RED value IS 187 (73.44% from 255) = 53.58%

 GREEN value IS 125 (49.22% from 255) = 35.82%

 BLUE value IS 37 (14.84% from 255) = 10.6%

R = 53.58%
G = 35.82%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB7D25 (or 0xBB7D25) is known color: Pirate Gold. HEX triplet: BB, 7D and 25. RGB value is (187,125,37). Sum of RGB (Red+Green+Blue) = 187+125+37=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D25 is #4482DA. Grayscale: #858585. Windows color (decimal): -4489947 or 2457019. OLE color: 2457019.

HSL color Cylindrical-coordinate representation of color #BB7D25: hue angle of 35.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB7D25 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 125 37 -
CMYK 0 0.33 0.80 0.27
HSL 35.2º 0.67% 0.44% -
HSV(B) 35.2º 0.8% 0.73% -
XYZ 28.16 25.37 5.16 -
YUV 133.51 73.54 166.16 -
System Red Green Blue C M Y K H S L
Decimal 187 125 37 0 0.33 0.80 0.27 35.2 0.67 0.44
Hex BB 7D 25 0 21 50 1B 23 43 2C
Octal 273 175 45 0 41 120 33 43 103 54
Binary 10111011 1111101 100101 0 100001 1010000 11011 100011 1000011 101100

Color Harmonies of #BB7D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D25

Black with #BB7D25

Text Example


Text Example

White with #BB7D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D25; }

 p { color: rgb(187,125,37); }

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

background-color css

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

 a { background-color: rgb(187,125,37); }

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

border-color css

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

 span { border-color: rgb(187,125,37); }

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