Html Css Color HEX #BC7135 Meteor

📋 copy color: '#BC7135'

red 188 ◦ green 113 ◦ blue 53

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

Shades of Meteor #BC7135

Tints of Meteor #BC7135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.97%

R = 53.11%
G = 31.92%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7135 (or 0xBC7135) is known color: Meteor. HEX triplet: BC, 71 and 35. RGB value is (188,113,53). Sum of RGB (Red+Green+Blue) = 188+113+53=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7135 is #438ECA. Grayscale: #808080. Windows color (decimal): -4427467 or 3502524. OLE color: 3502524.

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

Color convert

RGB 188 113 53 -
CMYK 0 0.40 0.72 0.26
HSL 26.67º 0.56% 0.47% -
HSV(B) 26.67º 0.72% 0.74% -
XYZ 27.29 22.76 6.32 -
YUV 128.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 188 113 53 0 0.40 0.72 0.26 26.67 0.56 0.47
Hex BC 71 35 0 28 48 1A 1B 38 2F
Octal 274 161 65 0 50 110 32 33 70 57
Binary 10111100 1110001 110101 0 101000 1001000 11010 11011 111000 101111

Color Harmonies of #BC7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7135

Black with #BC7135

Text Example


Text Example

White with #BC7135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7135; }

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

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

background-color css

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

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

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

border-color css

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

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

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