Html Css Color HEX #BC7635 Meteor

📋 copy color: '#BC7635'

red 188 ◦ green 118 ◦ blue 53

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

Shades of Meteor #BC7635

Tints of Meteor #BC7635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.87%

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

R = 52.37%
G = 32.87%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7635 (or 0xBC7635) is known color: Meteor. HEX triplet: BC, 76 and 35. RGB value is (188,118,53). Sum of RGB (Red+Green+Blue) = 188+118+53=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7635 is #4389CA. Grayscale: #838383. Windows color (decimal): -4426187 or 3503804. OLE color: 3503804.

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

Color convert

RGB 188 118 53 -
CMYK 0 0.37 0.72 0.26
HSL 28.89º 0.56% 0.47% -
HSV(B) 28.89º 0.72% 0.74% -
XYZ 27.86 23.91 6.51 -
YUV 131.52 83.69 168.29 -
System Red Green Blue C M Y K H S L
Decimal 188 118 53 0 0.37 0.72 0.26 28.89 0.56 0.47
Hex BC 76 35 0 25 48 1A 1D 38 2F
Octal 274 166 65 0 45 110 32 35 70 57
Binary 10111100 1110110 110101 0 100101 1001000 11010 11101 111000 101111

Color Harmonies of #BC7635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7635

Black with #BC7635

Text Example


Text Example

White with #BC7635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7635; }

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

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

background-color css

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

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

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

border-color css

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

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

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