Html Css Color HEX #BC7133 Meteor

📋 copy color: '#BC7133'

red 188 ◦ green 113 ◦ blue 51

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

Shades of Meteor #BC7133

Tints of Meteor #BC7133

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

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

R = 53.41%
G = 32.1%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7133 (or 0xBC7133) is known color: Meteor. HEX triplet: BC, 71 and 33. RGB value is (188,113,51). Sum of RGB (Red+Green+Blue) = 188+113+51=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7133 is #438ECC. Grayscale: #808080. Windows color (decimal): -4427469 or 3371452. OLE color: 3371452.

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

Color convert

RGB 188 113 51 -
CMYK 0 0.40 0.73 0.26
HSL 27.15º 0.57% 0.47% -
HSV(B) 27.15º 0.73% 0.74% -
XYZ 27.24 22.74 6.09 -
YUV 128.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 188 113 51 0 0.40 0.73 0.26 27.15 0.57 0.47
Hex BC 71 33 0 28 49 1A 1B 39 2F
Octal 274 161 63 0 50 111 32 33 71 57
Binary 10111100 1110001 110011 0 101000 1001001 11010 11011 111001 101111

Color Harmonies of #BC7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7133

Black with #BC7133

Text Example


Text Example

White with #BC7133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7133; }

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

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

background-color css

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

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

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

border-color css

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

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

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