Html Css Color HEX #BB7D23 Pirate Gold

📋 copy color: '#BB7D23'

red 187 ◦ green 125 ◦ blue 35

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

Shades of Pirate Gold #BB7D23

Tints of Pirate Gold #BB7D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.09%

R = 53.89%
G = 36.02%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB7D23 (or 0xBB7D23) is known color: Pirate Gold. HEX triplet: BB, 7D and 23. RGB value is (187,125,35). Sum of RGB (Red+Green+Blue) = 187+125+35=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 35 (14.06% from 255 or 10.09% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D23 is #4482DC. Grayscale: #858585. Windows color (decimal): -4489949 or 2325947. OLE color: 2325947.

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

Color convert

RGB 187 125 35 -
CMYK 0 0.33 0.81 0.27
HSL 35.53º 0.68% 0.44% -
HSV(B) 35.53º 0.81% 0.73% -
XYZ 28.13 25.35 5 -
YUV 133.28 72.54 166.32 -
System Red Green Blue C M Y K H S L
Decimal 187 125 35 0 0.33 0.81 0.27 35.53 0.68 0.44
Hex BB 7D 23 0 21 51 1B 24 44 2C
Octal 273 175 43 0 41 121 33 44 104 54
Binary 10111011 1111101 100011 0 100001 1010001 11011 100100 1000100 101100

Color Harmonies of #BB7D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D23

Black with #BB7D23

Text Example


Text Example

White with #BB7D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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