Html Css Color HEX #BC7634 Meteor

📋 copy color: '#BC7634'

red 188 ◦ green 118 ◦ blue 52

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

Shades of Meteor #BC7634

Tints of Meteor #BC7634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.53%

R = 52.51%
G = 32.96%
B = 14.53%

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

#BC7634 (or 0xBC7634) is known color: Meteor. HEX triplet: BC, 76 and 34. RGB value is (188,118,52). Sum of RGB (Red+Green+Blue) = 188+118+52=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7634 is #4389CB. Grayscale: #838383. Windows color (decimal): -4426188 or 3438268. OLE color: 3438268.

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

Color convert

RGB 188 118 52 -
CMYK 0 0.37 0.72 0.26
HSL 29.12º 0.57% 0.47% -
HSV(B) 29.12º 0.72% 0.74% -
XYZ 27.84 23.9 6.39 -
YUV 131.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 188 118 52 0 0.37 0.72 0.26 29.12 0.57 0.47
Hex BC 76 34 0 25 48 1A 1D 39 2F
Octal 274 166 64 0 45 110 32 35 71 57
Binary 10111100 1110110 110100 0 100101 1001000 11010 11101 111001 101111

Color Harmonies of #BC7634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7634

Black with #BC7634

Text Example


Text Example

White with #BC7634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7634; }

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

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

background-color css

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

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

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

border-color css

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

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

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