Html Css Color HEX #BB7E23 Pirate Gold

📋 copy color: '#BB7E23'

red 187 ◦ green 126 ◦ blue 35

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

Shades of Pirate Gold #BB7E23

Tints of Pirate Gold #BB7E23

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 53.74%
G = 36.21%
B = 10.06%

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

#BB7E23 (or 0xBB7E23) is known color: Pirate Gold. HEX triplet: BB, 7E and 23. RGB value is (187,126,35). Sum of RGB (Red+Green+Blue) = 187+126+35=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 35 (14.06% from 255 or 10.06% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7E23 is #4481DC. Grayscale: #868686. Windows color (decimal): -4489693 or 2326203. OLE color: 2326203.

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

Color convert

RGB 187 126 35 -
CMYK 0 0.33 0.81 0.27
HSL 35.92º 0.68% 0.44% -
HSV(B) 35.92º 0.81% 0.73% -
XYZ 28.26 25.61 5.04 -
YUV 133.87 72.21 165.9 -
System Red Green Blue C M Y K H S L
Decimal 187 126 35 0 0.33 0.81 0.27 35.92 0.68 0.44
Hex BB 7E 23 0 21 51 1B 24 44 2C
Octal 273 176 43 0 41 121 33 44 104 54
Binary 10111011 1111110 100011 0 100001 1010001 11011 100100 1000100 101100

Color Harmonies of #BB7E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7E23

Black with #BB7E23

Text Example


Text Example

White with #BB7E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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