Html Css Color HEX #BC7733 Meteor

📋 copy color: '#BC7733'

red 188 ◦ green 119 ◦ blue 51

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

Shades of Meteor #BC7733

Tints of Meteor #BC7733

RGB

 RED value IS 188 (73.83% from 255) = 52.51%

 GREEN value IS 119 (46.88% from 255) = 33.24%

 BLUE value IS 51 (20.31% from 255) = 14.25%

R = 52.51%
G = 33.24%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7733 (or 0xBC7733) is known color: Meteor. HEX triplet: BC, 77 and 33. RGB value is (188,119,51). Sum of RGB (Red+Green+Blue) = 188+119+51=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7733 is #4388CC. Grayscale: #848484. Windows color (decimal): -4425933 or 3372988. OLE color: 3372988.

HSL color Cylindrical-coordinate representation of color #BC7733: hue angle of 29.78º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC7733 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 51 -
CMYK 0 0.37 0.73 0.26
HSL 29.78º 0.57% 0.47% -
HSV(B) 29.78º 0.73% 0.74% -
XYZ 27.93 24.12 6.32 -
YUV 131.88 82.36 168.03 -
System Red Green Blue C M Y K H S L
Decimal 188 119 51 0 0.37 0.73 0.26 29.78 0.57 0.47
Hex BC 77 33 0 25 49 1A 1E 39 2F
Octal 274 167 63 0 45 111 32 36 71 57
Binary 10111100 1110111 110011 0 100101 1001001 11010 11110 111001 101111

Color Harmonies of #BC7733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7733

Black with #BC7733

Text Example


Text Example

White with #BC7733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7733; }

 p { color: rgb(188,119,51); }

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

background-color css

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

 a { background-color: rgb(188,119,51); }

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

border-color css

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

 span { border-color: rgb(188,119,51); }

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