Html Css Color HEX #BB6C22 Pirate Gold

📋 copy color: '#BB6C22'

red 187 ◦ green 108 ◦ blue 34

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

Shades of Pirate Gold #BB6C22

Tints of Pirate Gold #BB6C22

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 56.84%
G = 32.83%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB6C22 (or 0xBB6C22) is known color: Pirate Gold. HEX triplet: BB, 6C and 22. RGB value is (187,108,34). Sum of RGB (Red+Green+Blue) = 187+108+34=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6C22 is #4493DD. Grayscale: #7B7B7B. Windows color (decimal): -4494302 or 2256059. OLE color: 2256059.

HSL color Cylindrical-coordinate representation of color #BB6C22: hue angle of 29.02º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB6C22 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 108 34 -
CMYK 0 0.42 0.82 0.27
HSL 29.02º 0.69% 0.43% -
HSV(B) 29.02º 0.82% 0.73% -
XYZ 26.14 21.41 4.27 -
YUV 123.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 187 108 34 0 0.42 0.82 0.27 29.02 0.69 0.43
Hex BB 6C 22 0 2A 52 1B 1D 45 2B
Octal 273 154 42 0 52 122 33 35 105 53
Binary 10111011 1101100 100010 0 101010 1010010 11011 11101 1000101 101011

Color Harmonies of #BB6C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C22

Black with #BB6C22

Text Example


Text Example

White with #BB6C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C22; }

 p { color: rgb(187,108,34); }

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

background-color css

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

 a { background-color: rgb(187,108,34); }

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

border-color css

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

 span { border-color: rgb(187,108,34); }

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