Html Css Color HEX #BB7023 Pirate Gold

📋 copy color: '#BB7023'

red 187 ◦ green 112 ◦ blue 35

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

Shades of Pirate Gold #BB7023

Tints of Pirate Gold #BB7023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 55.99%
G = 33.53%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB7023 (or 0xBB7023) is known color: Pirate Gold. HEX triplet: BB, 70 and 23. RGB value is (187,112,35). Sum of RGB (Red+Green+Blue) = 187+112+35=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 35 (14.06% from 255 or 10.48% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7023 is #448FDC. Grayscale: #7E7E7E. Windows color (decimal): -4493277 or 2322619. OLE color: 2322619.

HSL color Cylindrical-coordinate representation of color #BB7023: hue angle of 30.39º 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 #BB7023 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 35 -
CMYK 0 0.40 0.81 0.27
HSL 30.39º 0.68% 0.44% -
HSV(B) 30.39º 0.81% 0.73% -
XYZ 26.59 22.27 4.49 -
YUV 125.65 76.85 171.76 -
System Red Green Blue C M Y K H S L
Decimal 187 112 35 0 0.40 0.81 0.27 30.39 0.68 0.44
Hex BB 70 23 0 28 51 1B 1E 44 2C
Octal 273 160 43 0 50 121 33 36 104 54
Binary 10111011 1110000 100011 0 101000 1010001 11011 11110 1000100 101100

Color Harmonies of #BB7023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7023

Black with #BB7023

Text Example


Text Example

White with #BB7023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7023; }

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

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

background-color css

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

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

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

border-color css

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

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

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